Shades of Myrtle #244B14
Tints of Myrtle #244B14
RGB
CMYK
RGB Variations
Color information
#244B14 (or 0x244B14) is known color: Myrtle. HEX triplet: 24, 4B and 14. RGB value is (36,75,20). Sum of RGB (Red+Green+Blue) = 36+75+20=131 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.48% from 131); Green value is 75 (29.69% from 255 or 57.25% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 75 - color contains mainly: green. Hex color #244B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #244B14 is #DBB4EB. Grayscale: #393939. Windows color (decimal): -14398700 or 1329956. OLE color: 1329956.
HSL color Cylindrical-coordinate representation of color #244B14: hue angle of 102.55º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #244B14 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 36 | 75 | 20 | - |
| CMYK | 0.52 | 0 | 0.73 | 0.71 |
| HSL | 102.55º | 0.58% | 0.19% | - |
| HSV(B) | 102.55º | 0.73% | 0.29% | - |
| XYZ | 3.37 | 5.46 | 1.54 | - |
| YUV | 57.07 | 107.08 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 75 | 20 | 0.52 | 0 | 0.73 | 0.71 | 102.55 | 0.58 | 0.19 |
| Hex | 24 | 4B | 14 | 34 | 0 | 49 | 47 | 67 | 3A | 13 |
| Octal | 44 | 113 | 24 | 64 | 0 | 111 | 107 | 147 | 72 | 23 |
| Binary | 100100 | 1001011 | 10100 | 110100 | 0 | 1001001 | 1000111 | 1100111 | 111010 | 10011 |
Color Harmonies of #244B14
Complementary color
Monochromatic Colors of #244B14
Black with #244B14
Text Example
Text Example
White with #244B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244B14; }
p { color: rgb(36,75,20); }
H1.HeaderClassName
{
color: #244B14;
}
.AnyTagClassName
{
color: #244B14;
}
</style>
background-color css
<style>
a { background-color: #244B14; }
a { background-color: rgb(36,75,20); }
div.DivClassName
{
background-color: #244B14;
}
.BgClassName
{
background-color: #244B14;
}
</style>
border-color css
<style>
span { border-color: #244B14; }
span { border-color: rgb(36,75,20); }
td.TdClassName
{
border-color: #244B14;
}
.TagClassName
{
border-color: #244B14;
}
</style>