Shades of Myrtle #044D0C
Tints of Myrtle #044D0C
RGB
CMYK
RGB Variations
Color information
#044D0C (or 0x044D0C) is known color: Myrtle. HEX triplet: 04, 4D and 0C. RGB value is (4,77,12). Sum of RGB (Red+Green+Blue) = 4+77+12=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 77 (30.47% from 255 or 82.80% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 77 - color contains mainly: green. Hex color #044D0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #044D0C is #FBB2F3. Grayscale: #2F2F2F. Windows color (decimal): -16495348 or 806148. OLE color: 806148.
HSL color Cylindrical-coordinate representation of color #044D0C: hue angle of 126.58º 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 #044D0C is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 77 | 12 | - |
| CMYK | 0.95 | 0 | 0.84 | 0.70 |
| HSL | 126.58º | 0.9% | 0.16% | - |
| HSV(B) | 126.58º | 0.95% | 0.3% | - |
| XYZ | 2.77 | 5.36 | 1.24 | - |
| YUV | 47.76 | 107.82 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 12 | 0.95 | 0 | 0.84 | 0.70 | 126.58 | 0.9 | 0.16 |
| Hex | 4 | 4D | C | 5F | 0 | 54 | 46 | 7F | 5A | 10 |
| Octal | 4 | 115 | 14 | 137 | 0 | 124 | 106 | 177 | 132 | 20 |
| Binary | 100 | 1001101 | 1100 | 1011111 | 0 | 1010100 | 1000110 | 1111111 | 1011010 | 10000 |
Color Harmonies of #044D0C
Complementary color
Monochromatic Colors of #044D0C
Black with #044D0C
Text Example
Text Example
White with #044D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044D0C; }
p { color: rgb(4,77,12); }
H1.HeaderClassName
{
color: #044D0C;
}
.AnyTagClassName
{
color: #044D0C;
}
</style>
background-color css
<style>
a { background-color: #044D0C; }
a { background-color: rgb(4,77,12); }
div.DivClassName
{
background-color: #044D0C;
}
.BgClassName
{
background-color: #044D0C;
}
</style>
border-color css
<style>
span { border-color: #044D0C; }
span { border-color: rgb(4,77,12); }
td.TdClassName
{
border-color: #044D0C;
}
.TagClassName
{
border-color: #044D0C;
}
</style>