Shades of Myrtle #004604
Tints of Myrtle #004604
RGB
CMYK
RGB Variations
Color information
#004604 (or 0x004604) is known color: Myrtle. HEX triplet: 00, 46 and 04. RGB value is (0,70,4). Sum of RGB (Red+Green+Blue) = 0+70+4=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 70 (27.73% from 255 or 94.59% from 74); Blue value is 4 (1.95% from 255 or 5.41% from 74); Max value from RGB is 70 - color contains mainly: green. Hex color #004604 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004604 is #FFB9FB. Grayscale: #292929. Windows color (decimal): -16759292 or 280064. OLE color: 280064.
HSL color Cylindrical-coordinate representation of color #004604: hue angle of 123.43º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004604 is Cyan = 1, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 70 | 4 | - |
| CMYK | 1 | 0 | 0.94 | 0.73 |
| HSL | 123.43º | 1% | 0.14% | - |
| HSV(B) | 123.43º | 1% | 0.27% | - |
| XYZ | 2.21 | 4.39 | 0.85 | - |
| YUV | 41.55 | 106.81 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 4 | 1 | 0 | 0.94 | 0.73 | 123.43 | 1 | 0.14 |
| Hex | 0 | 46 | 4 | 64 | 0 | 5E | 49 | 7B | 64 | E |
| Octal | 0 | 106 | 4 | 144 | 0 | 136 | 111 | 173 | 144 | 16 |
| Binary | 0 | 1000110 | 100 | 1100100 | 0 | 1011110 | 1001001 | 1111011 | 1100100 | 1110 |
Color Harmonies of #004604
Complementary color
Monochromatic Colors of #004604
Black with #004604
Text Example
Text Example
White with #004604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004604; }
p { color: rgb(0,70,4); }
H1.HeaderClassName
{
color: #004604;
}
.AnyTagClassName
{
color: #004604;
}
</style>
background-color css
<style>
a { background-color: #004604; }
a { background-color: rgb(0,70,4); }
div.DivClassName
{
background-color: #004604;
}
.BgClassName
{
background-color: #004604;
}
</style>
border-color css
<style>
span { border-color: #004604; }
span { border-color: rgb(0,70,4); }
td.TdClassName
{
border-color: #004604;
}
.TagClassName
{
border-color: #004604;
}
</style>