Shades of Myrtle #04400A
Tints of Myrtle #04400A
RGB
CMYK
RGB Variations
Color information
#04400A (or 0x04400A) is known color: Myrtle. HEX triplet: 04, 40 and 0A. RGB value is (4,64,10). Sum of RGB (Red+Green+Blue) = 4+64+10=78 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.13% from 78); Green value is 64 (25.39% from 255 or 82.05% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 64 - color contains mainly: green. Hex color #04400A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04400A is #FBBFF5. Grayscale: #282828. Windows color (decimal): -16498678 or 671748. OLE color: 671748.
HSL color Cylindrical-coordinate representation of color #04400A: hue angle of 126º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04400A is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 64 | 10 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.75 |
| HSL | 126º | 0.88% | 0.13% | - |
| HSV(B) | 126º | 0.94% | 0.25% | - |
| XYZ | 1.94 | 3.71 | 0.9 | - |
| YUV | 39.9 | 111.12 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 64 | 10 | 0.94 | 0 | 0.84 | 0.75 | 126 | 0.88 | 0.13 |
| Hex | 4 | 40 | A | 5E | 0 | 54 | 4B | 7E | 58 | D |
| Octal | 4 | 100 | 12 | 136 | 0 | 124 | 113 | 176 | 130 | 15 |
| Binary | 100 | 1000000 | 1010 | 1011110 | 0 | 1010100 | 1001011 | 1111110 | 1011000 | 1101 |
Color Harmonies of #04400A
Complementary color
Monochromatic Colors of #04400A
Black with #04400A
Text Example
Text Example
White with #04400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04400A; }
p { color: rgb(4,64,10); }
H1.HeaderClassName
{
color: #04400A;
}
.AnyTagClassName
{
color: #04400A;
}
</style>
background-color css
<style>
a { background-color: #04400A; }
a { background-color: rgb(4,64,10); }
div.DivClassName
{
background-color: #04400A;
}
.BgClassName
{
background-color: #04400A;
}
</style>
border-color css
<style>
span { border-color: #04400A; }
span { border-color: rgb(4,64,10); }
td.TdClassName
{
border-color: #04400A;
}
.TagClassName
{
border-color: #04400A;
}
</style>