Shades of Myrtle #041202
Tints of Myrtle #041202
RGB
CMYK
RGB Variations
Color information
#041202 (or 0x041202) is known color: Myrtle. HEX triplet: 04, 12 and 02. RGB value is (4,18,2). Sum of RGB (Red+Green+Blue) = 4+18+2=24 (3% of max value = 765). Red value is 4 (1.95% from 255 or 16.67% from 24); Green value is 18 (7.42% from 255 or 75% from 24); Blue value is 2 (1.17% from 255 or 8.33% from 24); Max value from RGB is 18 - color contains mainly: green. Hex color #041202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041202 is #FBEDFD. Grayscale: #0C0C0C. Windows color (decimal): -16510462 or 135684. OLE color: 135684.
HSL color Cylindrical-coordinate representation of color #041202: hue angle of 112.5º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #041202 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 4 | 18 | 2 | - |
| CMYK | 0.78 | 0 | 0.89 | 0.93 |
| HSL | 112.5º | 0.8% | 0.04% | - |
| HSV(B) | 112.5º | 0.89% | 0.07% | - |
| XYZ | 0.28 | 0.46 | 0.13 | - |
| YUV | 11.99 | 122.36 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 18 | 2 | 0.78 | 0 | 0.89 | 0.93 | 112.5 | 0.8 | 0.04 |
| Hex | 4 | 12 | 2 | 4E | 0 | 59 | 5D | 70 | 50 | 4 |
| Octal | 4 | 22 | 2 | 116 | 0 | 131 | 135 | 160 | 120 | 4 |
| Binary | 100 | 10010 | 10 | 1001110 | 0 | 1011001 | 1011101 | 1110000 | 1010000 | 100 |
Color Harmonies of #041202
Complementary color
Monochromatic Colors of #041202
Black with #041202
Text Example
Text Example
White with #041202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041202; }
p { color: rgb(4,18,2); }
H1.HeaderClassName
{
color: #041202;
}
.AnyTagClassName
{
color: #041202;
}
</style>
background-color css
<style>
a { background-color: #041202; }
a { background-color: rgb(4,18,2); }
div.DivClassName
{
background-color: #041202;
}
.BgClassName
{
background-color: #041202;
}
</style>
border-color css
<style>
span { border-color: #041202; }
span { border-color: rgb(4,18,2); }
td.TdClassName
{
border-color: #041202;
}
.TagClassName
{
border-color: #041202;
}
</style>