Shades of Myrtle #004002
Tints of Myrtle #004002
RGB
CMYK
RGB Variations
Color information
#004002 (or 0x004002) is known color: Myrtle. HEX triplet: 00, 40 and 02. RGB value is (0,64,2). Sum of RGB (Red+Green+Blue) = 0+64+2=66 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 66); Green value is 64 (25.39% from 255 or 96.97% from 66); Blue value is 2 (1.17% from 255 or 3.03% from 66); Max value from RGB is 64 - color contains mainly: green. Hex color #004002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004002 is #FFBFFD. Grayscale: #252525. Windows color (decimal): -16760830 or 147456. OLE color: 147456.
HSL color Cylindrical-coordinate representation of color #004002: hue angle of 121.88º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004002 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 64 | 2 | - |
| CMYK | 1 | 0 | 0.97 | 0.75 |
| HSL | 121.88º | 1% | 0.13% | - |
| HSV(B) | 121.88º | 1% | 0.25% | - |
| XYZ | 1.84 | 3.67 | 0.67 | - |
| YUV | 37.8 | 107.8 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 2 | 1 | 0 | 0.97 | 0.75 | 121.88 | 1 | 0.13 |
| Hex | 0 | 40 | 2 | 64 | 0 | 61 | 4B | 7A | 64 | D |
| Octal | 0 | 100 | 2 | 144 | 0 | 141 | 113 | 172 | 144 | 15 |
| Binary | 0 | 1000000 | 10 | 1100100 | 0 | 1100001 | 1001011 | 1111010 | 1100100 | 1101 |
Color Harmonies of #004002
Complementary color
Monochromatic Colors of #004002
Black with #004002
Text Example
Text Example
White with #004002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004002; }
p { color: rgb(0,64,2); }
H1.HeaderClassName
{
color: #004002;
}
.AnyTagClassName
{
color: #004002;
}
</style>
background-color css
<style>
a { background-color: #004002; }
a { background-color: rgb(0,64,2); }
div.DivClassName
{
background-color: #004002;
}
.BgClassName
{
background-color: #004002;
}
</style>
border-color css
<style>
span { border-color: #004002; }
span { border-color: rgb(0,64,2); }
td.TdClassName
{
border-color: #004002;
}
.TagClassName
{
border-color: #004002;
}
</style>