Shades of Myrtle #041902
Tints of Myrtle #041902
RGB
CMYK
RGB Variations
Color information
#041902 (or 0x041902) is known color: Myrtle. HEX triplet: 04, 19 and 02. RGB value is (4,25,2). Sum of RGB (Red+Green+Blue) = 4+25+2=31 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.90% from 31); Green value is 25 (10.16% from 255 or 80.65% from 31); Blue value is 2 (1.17% from 255 or 6.45% from 31); Max value from RGB is 25 - color contains mainly: green. Hex color #041902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041902 is #FBE6FD. Grayscale: #101010. Windows color (decimal): -16508670 or 137476. OLE color: 137476.
HSL color Cylindrical-coordinate representation of color #041902: hue angle of 114.78º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #041902 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 4 | 25 | 2 | - |
| CMYK | 0.84 | 0 | 0.92 | 0.90 |
| HSL | 114.78º | 0.85% | 0.05% | - |
| HSV(B) | 114.78º | 0.92% | 0.1% | - |
| XYZ | 0.41 | 0.73 | 0.18 | - |
| YUV | 16.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 25 | 2 | 0.84 | 0 | 0.92 | 0.90 | 114.78 | 0.85 | 0.05 |
| Hex | 4 | 19 | 2 | 54 | 0 | 5C | 5A | 73 | 55 | 5 |
| Octal | 4 | 31 | 2 | 124 | 0 | 134 | 132 | 163 | 125 | 5 |
| Binary | 100 | 11001 | 10 | 1010100 | 0 | 1011100 | 1011010 | 1110011 | 1010101 | 101 |
Color Harmonies of #041902
Complementary color
Monochromatic Colors of #041902
Black with #041902
Text Example
Text Example
White with #041902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041902; }
p { color: rgb(4,25,2); }
H1.HeaderClassName
{
color: #041902;
}
.AnyTagClassName
{
color: #041902;
}
</style>
background-color css
<style>
a { background-color: #041902; }
a { background-color: rgb(4,25,2); }
div.DivClassName
{
background-color: #041902;
}
.BgClassName
{
background-color: #041902;
}
</style>
border-color css
<style>
span { border-color: #041902; }
span { border-color: rgb(4,25,2); }
td.TdClassName
{
border-color: #041902;
}
.TagClassName
{
border-color: #041902;
}
</style>