Shades of Myrtle #042002
Tints of Myrtle #042002
RGB
CMYK
RGB Variations
Color information
#042002 (or 0x042002) is known color: Myrtle. HEX triplet: 04, 20 and 02. RGB value is (4,32,2). Sum of RGB (Red+Green+Blue) = 4+32+2=38 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.53% from 38); Green value is 32 (12.89% from 255 or 84.21% from 38); Blue value is 2 (1.17% from 255 or 5.26% from 38); Max value from RGB is 32 - color contains mainly: green. Hex color #042002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042002 is #FBDFFD. Grayscale: #141414. Windows color (decimal): -16506878 or 139268. OLE color: 139268.
HSL color Cylindrical-coordinate representation of color #042002: hue angle of 116º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #042002 is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 4 | 32 | 2 | - |
| CMYK | 0.87 | 0 | 0.94 | 0.87 |
| HSL | 116º | 0.88% | 0.07% | - |
| HSV(B) | 116º | 0.94% | 0.13% | - |
| XYZ | 0.58 | 1.06 | 0.23 | - |
| YUV | 20.21 | 117.72 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 2 | 0.87 | 0 | 0.94 | 0.87 | 116 | 0.88 | 0.07 |
| Hex | 4 | 20 | 2 | 57 | 0 | 5E | 57 | 74 | 58 | 7 |
| Octal | 4 | 40 | 2 | 127 | 0 | 136 | 127 | 164 | 130 | 7 |
| Binary | 100 | 100000 | 10 | 1010111 | 0 | 1011110 | 1010111 | 1110100 | 1011000 | 111 |
Color Harmonies of #042002
Complementary color
Monochromatic Colors of #042002
Black with #042002
Text Example
Text Example
White with #042002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042002; }
p { color: rgb(4,32,2); }
H1.HeaderClassName
{
color: #042002;
}
.AnyTagClassName
{
color: #042002;
}
</style>
background-color css
<style>
a { background-color: #042002; }
a { background-color: rgb(4,32,2); }
div.DivClassName
{
background-color: #042002;
}
.BgClassName
{
background-color: #042002;
}
</style>
border-color css
<style>
span { border-color: #042002; }
span { border-color: rgb(4,32,2); }
td.TdClassName
{
border-color: #042002;
}
.TagClassName
{
border-color: #042002;
}
</style>