Shades of Myrtle #244A0E
Tints of Myrtle #244A0E
RGB
CMYK
RGB Variations
Color information
#244A0E (or 0x244A0E) is known color: Myrtle. HEX triplet: 24, 4A and 0E. RGB value is (36,74,14). Sum of RGB (Red+Green+Blue) = 36+74+14=124 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.03% from 124); Green value is 74 (29.30% from 255 or 59.68% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 74 - color contains mainly: green. Hex color #244A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #244A0E is #DBB5F1. Grayscale: #373737. Windows color (decimal): -14398962 or 936484. OLE color: 936484.
HSL color Cylindrical-coordinate representation of color #244A0E: hue angle of 98º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #244A0E is Cyan = 0.51, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 36 | 74 | 14 | - |
| CMYK | 0.51 | 0 | 0.81 | 0.71 |
| HSL | 98º | 0.68% | 0.17% | - |
| HSV(B) | 98º | 0.81% | 0.29% | - |
| XYZ | 3.26 | 5.3 | 1.27 | - |
| YUV | 55.8 | 104.41 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 74 | 14 | 0.51 | 0 | 0.81 | 0.71 | 98 | 0.68 | 0.17 |
| Hex | 24 | 4A | E | 33 | 0 | 51 | 47 | 62 | 44 | 11 |
| Octal | 44 | 112 | 16 | 63 | 0 | 121 | 107 | 142 | 104 | 21 |
| Binary | 100100 | 1001010 | 1110 | 110011 | 0 | 1010001 | 1000111 | 1100010 | 1000100 | 10001 |
Color Harmonies of #244A0E
Complementary color
Monochromatic Colors of #244A0E
Black with #244A0E
Text Example
Text Example
White with #244A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244A0E; }
p { color: rgb(36,74,14); }
H1.HeaderClassName
{
color: #244A0E;
}
.AnyTagClassName
{
color: #244A0E;
}
</style>
background-color css
<style>
a { background-color: #244A0E; }
a { background-color: rgb(36,74,14); }
div.DivClassName
{
background-color: #244A0E;
}
.BgClassName
{
background-color: #244A0E;
}
</style>
border-color css
<style>
span { border-color: #244A0E; }
span { border-color: rgb(36,74,14); }
td.TdClassName
{
border-color: #244A0E;
}
.TagClassName
{
border-color: #244A0E;
}
</style>