#004C05

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

Shades of Myrtle #004C05

Tints of Myrtle #004C05

Color information

#004C05 (or 0x004C05) is unknown color: approx Myrtle. HEX triplet: 00, 4C and 05. RGB value is (0,76,5). Sum of RGB (Red+Green+Blue) = 0+76+5=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 76 (30.08% from 255 or 93.83% from 81); Blue value is 5 (2.34% from 255 or 6.17% from 81); Max value from RGB is 76 - color contains mainly: green. Hex color #004C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004C05 is #FFB3FA. Grayscale: #2D2D2D. Windows color (decimal): -16757755 or 347136. OLE color: 347136.

HSL color Cylindrical-coordinate representation of color #004C05: hue angle of 123.95º 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 #004C05 is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.70.

Color convert

RGB0765-
CMYK100.930.70
HSL123.95º100%14.9%-
HSV(B)123.95º100%29.8%-
XYZ2.615.181.01-
YUV45.18105.3295.77-

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) = 93.83%
BLUE value IS 5 (2.34% from 255) = 6.17%
R=0%
G=93.83%
B=6.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal0765100.930.70123.9510014.9
Hex04C56405D467c64f
Octal01145144013510617414417
Binary010011001011100100010111011000110111110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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