Shades of Myrtle #004008
Tints of Myrtle #004008
RGB
CMYK
RGB Variations
Color information
#004008 (or 0x004008) is known color: Myrtle. HEX triplet: 00, 40 and 08. RGB value is (0,64,8). Sum of RGB (Red+Green+Blue) = 0+64+8=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 64 (25.39% from 255 or 88.89% from 72); Blue value is 8 (3.52% from 255 or 11.11% from 72); Max value from RGB is 64 - color contains mainly: green. Hex color #004008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004008 is #FFBFF7. Grayscale: #262626. Windows color (decimal): -16760824 or 540672. OLE color: 540672.
HSL color Cylindrical-coordinate representation of color #004008: hue angle of 127.5º 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 #004008 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 64 | 8 | - |
| CMYK | 1 | 0 | 0.87 | 0.75 |
| HSL | 127.5º | 1% | 0.13% | - |
| HSV(B) | 127.5º | 1% | 0.25% | - |
| XYZ | 1.88 | 3.68 | 0.84 | - |
| YUV | 38.48 | 110.8 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 8 | 1 | 0 | 0.87 | 0.75 | 127.5 | 1 | 0.13 |
| Hex | 0 | 40 | 8 | 64 | 0 | 57 | 4B | 80 | 64 | D |
| Octal | 0 | 100 | 10 | 144 | 0 | 127 | 113 | 200 | 144 | 15 |
| Binary | 0 | 1000000 | 1000 | 1100100 | 0 | 1010111 | 1001011 | 10000000 | 1100100 | 1101 |
Color Harmonies of #004008
Complementary color
Monochromatic Colors of #004008
Black with #004008
Text Example
Text Example
White with #004008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004008; }
p { color: rgb(0,64,8); }
H1.HeaderClassName
{
color: #004008;
}
.AnyTagClassName
{
color: #004008;
}
</style>
background-color css
<style>
a { background-color: #004008; }
a { background-color: rgb(0,64,8); }
div.DivClassName
{
background-color: #004008;
}
.BgClassName
{
background-color: #004008;
}
</style>
border-color css
<style>
span { border-color: #004008; }
span { border-color: rgb(0,64,8); }
td.TdClassName
{
border-color: #004008;
}
.TagClassName
{
border-color: #004008;
}
</style>