Shades of Myrtle #044802
Tints of Myrtle #044802
RGB
CMYK
RGB Variations
Color information
#044802 (or 0x044802) is known color: Myrtle. HEX triplet: 04, 48 and 02. RGB value is (4,72,2). Sum of RGB (Red+Green+Blue) = 4+72+2=78 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.13% from 78); Green value is 72 (28.52% from 255 or 92.31% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 72 - color contains mainly: green. Hex color #044802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044802 is #FBB7FD. Grayscale: #2B2B2B. Windows color (decimal): -16496638 or 149508. OLE color: 149508.
HSL color Cylindrical-coordinate representation of color #044802: hue angle of 118.29º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044802 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 4 | 72 | 2 | - |
| CMYK | 0.94 | 0 | 0.97 | 0.72 |
| HSL | 118.29º | 0.95% | 0.15% | - |
| HSV(B) | 118.29º | 0.97% | 0.28% | - |
| XYZ | 2.38 | 4.66 | 0.83 | - |
| YUV | 43.69 | 104.47 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 2 | 0.94 | 0 | 0.97 | 0.72 | 118.29 | 0.95 | 0.15 |
| Hex | 4 | 48 | 2 | 5E | 0 | 61 | 48 | 76 | 5F | F |
| Octal | 4 | 110 | 2 | 136 | 0 | 141 | 110 | 166 | 137 | 17 |
| Binary | 100 | 1001000 | 10 | 1011110 | 0 | 1100001 | 1001000 | 1110110 | 1011111 | 1111 |
Color Harmonies of #044802
Complementary color
Monochromatic Colors of #044802
Black with #044802
Text Example
Text Example
White with #044802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044802; }
p { color: rgb(4,72,2); }
H1.HeaderClassName
{
color: #044802;
}
.AnyTagClassName
{
color: #044802;
}
</style>
background-color css
<style>
a { background-color: #044802; }
a { background-color: rgb(4,72,2); }
div.DivClassName
{
background-color: #044802;
}
.BgClassName
{
background-color: #044802;
}
</style>
border-color css
<style>
span { border-color: #044802; }
span { border-color: rgb(4,72,2); }
td.TdClassName
{
border-color: #044802;
}
.TagClassName
{
border-color: #044802;
}
</style>