#004C08

Color #004C08 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #004C08

Tints of Myrtle #004C08

Color information

#004C08 (or 0x004C08) is unknown color: approx Myrtle. HEX triplet: 00, 4C and 08. RGB value is (0,76,8). Sum of RGB (Red+Green+Blue) = 0+76+8=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 76 (30.08% from 255 or 90.48% from 84); Blue value is 8 (3.52% from 255 or 9.52% from 84); Max value from RGB is 76 - color contains mainly: green. Hex color #004C08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004C08 is #FFB3F7. Grayscale: #2D2D2D. Windows color (decimal): -16757752 or 543744. OLE color: 543744.

HSL color Cylindrical-coordinate representation of color #004C08: hue angle of 126.32º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C08 is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.70.

Color convert

RGB0768-
CMYK100.890.70
HSL126.32º100%14.9%-
HSV(B)126.32º100%29.8%-
XYZ2.635.191.09-
YUV45.52106.8295.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 76 (30.08% from 255) = 90.48%
BLUE value IS 8 (3.52% from 255) = 9.52%
R=0%
G=90.48%
B=9.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal0768100.890.70126.3210014.9
Hex04C864059467e64f
Octal011410144013110617614417
Binary0100110010001100100010110011000110111111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004C08; }

 p { color: rgb(0,76,8); }

 H1.HeaderClassName
 {
   color: #004C08;
 }
 .AnyTagClassName
 {
   color: #004C08;
 }
</style>
background-color css

<style>
 a { background-color: #004C08; }

 a { background-color: rgb(0,76,8); }

 div.DivClassName
 {
   background-color: #004C08;
 }
 .BgClassName
 {
   background-color: #004C08;
 }
</style>
border-color css

<style>
 span { border-color: #004C08; }

 span { border-color: rgb(0,76,8); }

 td.TdClassName
 {
   border-color: #004C08;
 }
 .TagClassName
 {
   border-color: #004C08;
 }
</style>