Shades of Myrtle #244A13
Tints of Myrtle #244A13
RGB
CMYK
RGB Variations
Color information
#244A13 (or 0x244A13) is known color: Myrtle. HEX triplet: 24, 4A and 13. RGB value is (36,74,19). Sum of RGB (Red+Green+Blue) = 36+74+19=129 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.91% from 129); Green value is 74 (29.30% from 255 or 57.36% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 74 - color contains mainly: green. Hex color #244A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #244A13 is #DBB5EC. Grayscale: #383838. Windows color (decimal): -14398957 or 1264164. OLE color: 1264164.
HSL color Cylindrical-coordinate representation of color #244A13: hue angle of 101.45º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #244A13 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 36 | 74 | 19 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.71 |
| HSL | 101.45º | 0.59% | 0.18% | - |
| HSV(B) | 101.45º | 0.74% | 0.29% | - |
| XYZ | 3.29 | 5.32 | 1.47 | - |
| YUV | 56.37 | 106.91 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 74 | 19 | 0.51 | 0 | 0.74 | 0.71 | 101.45 | 0.59 | 0.18 |
| Hex | 24 | 4A | 13 | 33 | 0 | 4A | 47 | 65 | 3B | 12 |
| Octal | 44 | 112 | 23 | 63 | 0 | 112 | 107 | 145 | 73 | 22 |
| Binary | 100100 | 1001010 | 10011 | 110011 | 0 | 1001010 | 1000111 | 1100101 | 111011 | 10010 |
Color Harmonies of #244A13
Complementary color
Monochromatic Colors of #244A13
Black with #244A13
Text Example
Text Example
White with #244A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244A13; }
p { color: rgb(36,74,19); }
H1.HeaderClassName
{
color: #244A13;
}
.AnyTagClassName
{
color: #244A13;
}
</style>
background-color css
<style>
a { background-color: #244A13; }
a { background-color: rgb(36,74,19); }
div.DivClassName
{
background-color: #244A13;
}
.BgClassName
{
background-color: #244A13;
}
</style>
border-color css
<style>
span { border-color: #244A13; }
span { border-color: rgb(36,74,19); }
td.TdClassName
{
border-color: #244A13;
}
.TagClassName
{
border-color: #244A13;
}
</style>