Shades of Myrtle #004200
Tints of Myrtle #004200
RGB
CMYK
RGB Variations
Color information
#004200 (or 0x004200) is known color: Myrtle. HEX triplet: 00, 42 and 00. RGB value is (0,66,0). Sum of RGB (Red+Green+Blue) = 0+66+0=66 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 66); Green value is 66 (26.17% from 255 or 100% from 66); Blue value is 0 (0.39% from 255 or 0% from 66); Max value from RGB is 66 - color contains mainly: green. Hex color #004200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004200 is #FFBDFF. Grayscale: #262626. Windows color (decimal): -16760320 or 16896. OLE color: 16896.
HSL color Cylindrical-coordinate representation of color #004200: hue angle of 120º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004200 is Cyan = 1, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 0 | 66 | 0 | - |
| CMYK | 1 | 0 | 1 | 0.74 |
| HSL | 120º | 1% | 0.13% | - |
| HSV(B) | 120º | 1% | 0.26% | - |
| XYZ | 1.95 | 3.9 | 0.65 | - |
| YUV | 38.74 | 106.13 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 66 | 0 | 1 | 0 | 1 | 0.74 | 120 | 1 | 0.13 |
| Hex | 0 | 42 | 0 | 64 | 0 | 64 | 4A | 78 | 64 | D |
| Octal | 0 | 102 | 0 | 144 | 0 | 144 | 112 | 170 | 144 | 15 |
| Binary | 0 | 1000010 | 0 | 1100100 | 0 | 1100100 | 1001010 | 1111000 | 1100100 | 1101 |
Color Harmonies of #004200
Complementary color
Monochromatic Colors of #004200
Black with #004200
Text Example
Text Example
White with #004200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004200; }
p { color: rgb(0,66,0); }
H1.HeaderClassName
{
color: #004200;
}
.AnyTagClassName
{
color: #004200;
}
</style>
background-color css
<style>
a { background-color: #004200; }
a { background-color: rgb(0,66,0); }
div.DivClassName
{
background-color: #004200;
}
.BgClassName
{
background-color: #004200;
}
</style>
border-color css
<style>
span { border-color: #004200; }
span { border-color: rgb(0,66,0); }
td.TdClassName
{
border-color: #004200;
}
.TagClassName
{
border-color: #004200;
}
</style>