Shades of Myrtle #042200
Tints of Myrtle #042200
RGB
CMYK
RGB Variations
Color information
#042200 (or 0x042200) is known color: Myrtle. HEX triplet: 04, 22 and 00. RGB value is (4,34,0). Sum of RGB (Red+Green+Blue) = 4+34+0=38 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.53% from 38); Green value is 34 (13.67% from 255 or 89.47% from 38); Blue value is 0 (0.39% from 255 or 0% from 38); Max value from RGB is 34 - color contains mainly: green. Hex color #042200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042200 is #FBDDFF. Grayscale: #151515. Windows color (decimal): -16506368 or 8708. OLE color: 8708.
HSL color Cylindrical-coordinate representation of color #042200: hue angle of 112.94º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #042200 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 4 | 34 | 0 | - |
| CMYK | 0.88 | 0 | 1 | 0.87 |
| HSL | 112.94º | 1% | 0.07% | - |
| HSV(B) | 112.94º | 1% | 0.13% | - |
| XYZ | 0.62 | 1.17 | 0.19 | - |
| YUV | 21.15 | 116.06 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 34 | 0 | 0.88 | 0 | 1 | 0.87 | 112.94 | 1 | 0.07 |
| Hex | 4 | 22 | 0 | 58 | 0 | 64 | 57 | 71 | 64 | 7 |
| Octal | 4 | 42 | 0 | 130 | 0 | 144 | 127 | 161 | 144 | 7 |
| Binary | 100 | 100010 | 0 | 1011000 | 0 | 1100100 | 1010111 | 1110001 | 1100100 | 111 |
Color Harmonies of #042200
Complementary color
Monochromatic Colors of #042200
Black with #042200
Text Example
Text Example
White with #042200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042200; }
p { color: rgb(4,34,0); }
H1.HeaderClassName
{
color: #042200;
}
.AnyTagClassName
{
color: #042200;
}
</style>
background-color css
<style>
a { background-color: #042200; }
a { background-color: rgb(4,34,0); }
div.DivClassName
{
background-color: #042200;
}
.BgClassName
{
background-color: #042200;
}
</style>
border-color css
<style>
span { border-color: #042200; }
span { border-color: rgb(4,34,0); }
td.TdClassName
{
border-color: #042200;
}
.TagClassName
{
border-color: #042200;
}
</style>