Shades of Myrtle #042204
Tints of Myrtle #042204
RGB
CMYK
RGB Variations
Color information
#042204 (or 0x042204) is known color: Myrtle. HEX triplet: 04, 22 and 04. RGB value is (4,34,4). Sum of RGB (Red+Green+Blue) = 4+34+4=42 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.52% from 42); Green value is 34 (13.67% from 255 or 80.95% from 42); Blue value is 4 (1.95% from 255 or 9.52% from 42); Max value from RGB is 34 - color contains mainly: green. Hex color #042204 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042204 is #FBDDFB. Grayscale: #151515. Windows color (decimal): -16506364 or 270852. OLE color: 270852.
HSL color Cylindrical-coordinate representation of color #042204: hue angle of 120º degrees, saturation: 0.79, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #042204 is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 4 | 34 | 4 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.87 |
| HSL | 120º | 0.79% | 0.07% | - |
| HSV(B) | 120º | 0.88% | 0.13% | - |
| XYZ | 0.64 | 1.18 | 0.31 | - |
| YUV | 21.61 | 118.06 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 34 | 4 | 0.88 | 0 | 0.88 | 0.87 | 120 | 0.79 | 0.07 |
| Hex | 4 | 22 | 4 | 58 | 0 | 58 | 57 | 78 | 4F | 7 |
| Octal | 4 | 42 | 4 | 130 | 0 | 130 | 127 | 170 | 117 | 7 |
| Binary | 100 | 100010 | 100 | 1011000 | 0 | 1011000 | 1010111 | 1111000 | 1001111 | 111 |
Color Harmonies of #042204
Complementary color
Monochromatic Colors of #042204
Black with #042204
Text Example
Text Example
White with #042204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042204; }
p { color: rgb(4,34,4); }
H1.HeaderClassName
{
color: #042204;
}
.AnyTagClassName
{
color: #042204;
}
</style>
background-color css
<style>
a { background-color: #042204; }
a { background-color: rgb(4,34,4); }
div.DivClassName
{
background-color: #042204;
}
.BgClassName
{
background-color: #042204;
}
</style>
border-color css
<style>
span { border-color: #042204; }
span { border-color: rgb(4,34,4); }
td.TdClassName
{
border-color: #042204;
}
.TagClassName
{
border-color: #042204;
}
</style>