Shades of Myrtle #245514
Tints of Myrtle #245514
RGB
CMYK
RGB Variations
Color information
#245514 (or 0x245514) is known color: Myrtle. HEX triplet: 24, 55 and 14. RGB value is (36,85,20). Sum of RGB (Red+Green+Blue) = 36+85+20=141 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.53% from 141); Green value is 85 (33.59% from 255 or 60.28% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 85 - color contains mainly: green. Hex color #245514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245514 is #DBAAEB. Grayscale: #3F3F3F. Windows color (decimal): -14396140 or 1332516. OLE color: 1332516.
HSL color Cylindrical-coordinate representation of color #245514: hue angle of 105.23º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #245514 is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 85 | 20 | - |
| CMYK | 0.58 | 0 | 0.76 | 0.67 |
| HSL | 105.23º | 0.62% | 0.21% | - |
| HSV(B) | 105.23º | 0.76% | 0.33% | - |
| XYZ | 4.1 | 6.92 | 1.78 | - |
| YUV | 62.94 | 103.77 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 20 | 0.58 | 0 | 0.76 | 0.67 | 105.23 | 0.62 | 0.21 |
| Hex | 24 | 55 | 14 | 3A | 0 | 4C | 43 | 69 | 3E | 15 |
| Octal | 44 | 125 | 24 | 72 | 0 | 114 | 103 | 151 | 76 | 25 |
| Binary | 100100 | 1010101 | 10100 | 111010 | 0 | 1001100 | 1000011 | 1101001 | 111110 | 10101 |
Color Harmonies of #245514
Complementary color
Monochromatic Colors of #245514
Black with #245514
Text Example
Text Example
White with #245514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245514; }
p { color: rgb(36,85,20); }
H1.HeaderClassName
{
color: #245514;
}
.AnyTagClassName
{
color: #245514;
}
</style>
background-color css
<style>
a { background-color: #245514; }
a { background-color: rgb(36,85,20); }
div.DivClassName
{
background-color: #245514;
}
.BgClassName
{
background-color: #245514;
}
</style>
border-color css
<style>
span { border-color: #245514; }
span { border-color: rgb(36,85,20); }
td.TdClassName
{
border-color: #245514;
}
.TagClassName
{
border-color: #245514;
}
</style>