Shades of Myrtle #044C0A
Tints of Myrtle #044C0A
RGB
CMYK
RGB Variations
Color information
#044C0A (or 0x044C0A) is known color: Myrtle. HEX triplet: 04, 4C and 0A. RGB value is (4,76,10). Sum of RGB (Red+Green+Blue) = 4+76+10=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 76 (30.08% from 255 or 84.44% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 76 - color contains mainly: green. Hex color #044C0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044C0A is #FBB3F5. Grayscale: #2F2F2F. Windows color (decimal): -16495606 or 674820. OLE color: 674820.
HSL color Cylindrical-coordinate representation of color #044C0A: hue angle of 125º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044C0A is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 76 | 10 | - |
| CMYK | 0.95 | 0 | 0.87 | 0.70 |
| HSL | 125º | 0.9% | 0.16% | - |
| HSV(B) | 125º | 0.95% | 0.3% | - |
| XYZ | 2.69 | 5.22 | 1.15 | - |
| YUV | 46.95 | 107.15 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 10 | 0.95 | 0 | 0.87 | 0.70 | 125 | 0.9 | 0.16 |
| Hex | 4 | 4C | A | 5F | 0 | 57 | 46 | 7D | 5A | 10 |
| Octal | 4 | 114 | 12 | 137 | 0 | 127 | 106 | 175 | 132 | 20 |
| Binary | 100 | 1001100 | 1010 | 1011111 | 0 | 1010111 | 1000110 | 1111101 | 1011010 | 10000 |
Color Harmonies of #044C0A
Complementary color
Monochromatic Colors of #044C0A
Black with #044C0A
Text Example
Text Example
White with #044C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044C0A; }
p { color: rgb(4,76,10); }
H1.HeaderClassName
{
color: #044C0A;
}
.AnyTagClassName
{
color: #044C0A;
}
</style>
background-color css
<style>
a { background-color: #044C0A; }
a { background-color: rgb(4,76,10); }
div.DivClassName
{
background-color: #044C0A;
}
.BgClassName
{
background-color: #044C0A;
}
</style>
border-color css
<style>
span { border-color: #044C0A; }
span { border-color: rgb(4,76,10); }
td.TdClassName
{
border-color: #044C0A;
}
.TagClassName
{
border-color: #044C0A;
}
</style>