#004d4d color space conversions
Hex:
        #004d4d
        RGB:
        0, 77, 77
        CMY:
        100, 70, 70
        CMYK:
        100, 0, 0, 70
      HSL:
        180°, 100.0000%, 15.0980%
        HSV (HSB):
        180°, 100.0000%, 30.1961%
        XYZ:
        3.9934, 5.8436, 7.9386
        xyY:
        0.2247, 0.3287, 5.8436
      CIE-Lab:
        29.0143, -20.2048, -5.9414
        CIE-LCH:
        29.0143, 21.0603, 196.3863
        CIE-Luv:
        29.0143, -22.4406, -4.8456
        Hunter-Lab:
        24.1735, -12.8156, -2.5495
      #004d4d color charts
#004d4d RGB chart
      #004d4d CMYK chart
      #004d4d RGB pie chart
      #004d4d color shades, tints & tones
#004d4d color schemes
#004d4d color preview, HTML & CSS examples
           This text has a color of #004d4d        
        
          <p style="color:#004d4d;">Text here</p>
        
        
          .mytext {color:#004d4d;}
        
        Text color #004d4d
      
           This box has a color of #004d4d        
        
          <div style="background-color:#004d4d;">Content here</div>
        
        
          .mybackground {background-color:#004d4d;}
        
        Background color #004d4d
      
           Border around this has a color of #004d4d        
        
          <div style="border:2px solid #004d4d;">Content here</div>
        
        
          .myborder {border:2px solid #004d4d;}
        
        Border color #004d4d