Shades of Myrtle #245516
Tints of Myrtle #245516
RGB
CMYK
RGB Variations
Color information
#245516 (or 0x245516) is known color: Myrtle. HEX triplet: 24, 55 and 16. RGB value is (36,85,22). Sum of RGB (Red+Green+Blue) = 36+85+22=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 85 (33.59% from 255 or 59.44% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 85 - color contains mainly: green. Hex color #245516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245516 is #DBAAE9. Grayscale: #3F3F3F. Windows color (decimal): -14396138 or 1463588. OLE color: 1463588.
HSL color Cylindrical-coordinate representation of color #245516: hue angle of 106.67º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #245516 is Cyan = 0.58, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 85 | 22 | - |
| CMYK | 0.58 | 0 | 0.74 | 0.67 |
| HSL | 106.67º | 0.59% | 0.21% | - |
| HSV(B) | 106.67º | 0.74% | 0.33% | - |
| XYZ | 4.12 | 6.93 | 1.88 | - |
| YUV | 63.17 | 104.77 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 22 | 0.58 | 0 | 0.74 | 0.67 | 106.67 | 0.59 | 0.21 |
| Hex | 24 | 55 | 16 | 3A | 0 | 4A | 43 | 6B | 3B | 15 |
| Octal | 44 | 125 | 26 | 72 | 0 | 112 | 103 | 153 | 73 | 25 |
| Binary | 100100 | 1010101 | 10110 | 111010 | 0 | 1001010 | 1000011 | 1101011 | 111011 | 10101 |
Color Harmonies of #245516
Complementary color
Monochromatic Colors of #245516
Black with #245516
Text Example
Text Example
White with #245516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245516; }
p { color: rgb(36,85,22); }
H1.HeaderClassName
{
color: #245516;
}
.AnyTagClassName
{
color: #245516;
}
</style>
background-color css
<style>
a { background-color: #245516; }
a { background-color: rgb(36,85,22); }
div.DivClassName
{
background-color: #245516;
}
.BgClassName
{
background-color: #245516;
}
</style>
border-color css
<style>
span { border-color: #245516; }
span { border-color: rgb(36,85,22); }
td.TdClassName
{
border-color: #245516;
}
.TagClassName
{
border-color: #245516;
}
</style>