Shades of Myrtle #244B0A
Tints of Myrtle #244B0A
RGB
CMYK
RGB Variations
Color information
#244B0A (or 0x244B0A) is known color: Myrtle. HEX triplet: 24, 4B and 0A. RGB value is (36,75,10). Sum of RGB (Red+Green+Blue) = 36+75+10=121 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.75% from 121); Green value is 75 (29.69% from 255 or 61.98% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 75 - color contains mainly: green. Hex color #244B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #244B0A is #DBB4F5. Grayscale: #383838. Windows color (decimal): -14398710 or 674596. OLE color: 674596.
HSL color Cylindrical-coordinate representation of color #244B0A: hue angle of 96º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #244B0A is Cyan = 0.52, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 36 | 75 | 10 | - |
| CMYK | 0.52 | 0 | 0.87 | 0.71 |
| HSL | 96º | 0.76% | 0.17% | - |
| HSV(B) | 96º | 0.87% | 0.29% | - |
| XYZ | 3.3 | 5.43 | 1.16 | - |
| YUV | 55.93 | 102.08 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 75 | 10 | 0.52 | 0 | 0.87 | 0.71 | 96 | 0.76 | 0.17 |
| Hex | 24 | 4B | A | 34 | 0 | 57 | 47 | 60 | 4C | 11 |
| Octal | 44 | 113 | 12 | 64 | 0 | 127 | 107 | 140 | 114 | 21 |
| Binary | 100100 | 1001011 | 1010 | 110100 | 0 | 1010111 | 1000111 | 1100000 | 1001100 | 10001 |
Color Harmonies of #244B0A
Complementary color
Monochromatic Colors of #244B0A
Black with #244B0A
Text Example
Text Example
White with #244B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244B0A; }
p { color: rgb(36,75,10); }
H1.HeaderClassName
{
color: #244B0A;
}
.AnyTagClassName
{
color: #244B0A;
}
</style>
background-color css
<style>
a { background-color: #244B0A; }
a { background-color: rgb(36,75,10); }
div.DivClassName
{
background-color: #244B0A;
}
.BgClassName
{
background-color: #244B0A;
}
</style>
border-color css
<style>
span { border-color: #244B0A; }
span { border-color: rgb(36,75,10); }
td.TdClassName
{
border-color: #244B0A;
}
.TagClassName
{
border-color: #244B0A;
}
</style>