Shades of Myrtle #04420C
Tints of Myrtle #04420C
RGB
CMYK
RGB Variations
Color information
#04420C (or 0x04420C) is known color: Myrtle. HEX triplet: 04, 42 and 0C. RGB value is (4,66,12). Sum of RGB (Red+Green+Blue) = 4+66+12=82 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.88% from 82); Green value is 66 (26.17% from 255 or 80.49% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 66 - color contains mainly: green. Hex color #04420C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04420C is #FBBDF3. Grayscale: #292929. Windows color (decimal): -16498164 or 803332. OLE color: 803332.
HSL color Cylindrical-coordinate representation of color #04420C: hue angle of 127.74º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04420C is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 4 | 66 | 12 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.74 |
| HSL | 127.74º | 0.89% | 0.14% | - |
| HSV(B) | 127.74º | 0.94% | 0.26% | - |
| XYZ | 2.06 | 3.95 | 1 | - |
| YUV | 41.31 | 111.46 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 12 | 0.94 | 0 | 0.82 | 0.74 | 127.74 | 0.89 | 0.14 |
| Hex | 4 | 42 | C | 5E | 0 | 52 | 4A | 80 | 59 | E |
| Octal | 4 | 102 | 14 | 136 | 0 | 122 | 112 | 200 | 131 | 16 |
| Binary | 100 | 1000010 | 1100 | 1011110 | 0 | 1010010 | 1001010 | 10000000 | 1011001 | 1110 |
Color Harmonies of #04420C
Complementary color
Monochromatic Colors of #04420C
Black with #04420C
Text Example
Text Example
White with #04420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04420C; }
p { color: rgb(4,66,12); }
H1.HeaderClassName
{
color: #04420C;
}
.AnyTagClassName
{
color: #04420C;
}
</style>
background-color css
<style>
a { background-color: #04420C; }
a { background-color: rgb(4,66,12); }
div.DivClassName
{
background-color: #04420C;
}
.BgClassName
{
background-color: #04420C;
}
</style>
border-color css
<style>
span { border-color: #04420C; }
span { border-color: rgb(4,66,12); }
td.TdClassName
{
border-color: #04420C;
}
.TagClassName
{
border-color: #04420C;
}
</style>