Shades of Myrtle #245120
Tints of Myrtle #245120
RGB
CMYK
RGB Variations
Color information
#245120 (or 0x245120) is known color: Myrtle. HEX triplet: 24, 51 and 20. RGB value is (36,81,32). Sum of RGB (Red+Green+Blue) = 36+81+32=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 81 (32.03% from 255 or 54.36% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 81 - color contains mainly: green. Hex color #245120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245120 is #DBAEDF. Grayscale: #3E3E3E. Windows color (decimal): -14397152 or 2117924. OLE color: 2117924.
HSL color Cylindrical-coordinate representation of color #245120: hue angle of 115.1º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245120 is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 81 | 32 | - |
| CMYK | 0.56 | 0 | 0.60 | 0.68 |
| HSL | 115.1º | 0.43% | 0.22% | - |
| HSV(B) | 115.1º | 0.6% | 0.32% | - |
| XYZ | 3.93 | 6.36 | 2.39 | - |
| YUV | 61.96 | 111.09 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 81 | 32 | 0.56 | 0 | 0.60 | 0.68 | 115.1 | 0.43 | 0.22 |
| Hex | 24 | 51 | 20 | 38 | 0 | 3C | 44 | 73 | 2B | 16 |
| Octal | 44 | 121 | 40 | 70 | 0 | 74 | 104 | 163 | 53 | 26 |
| Binary | 100100 | 1010001 | 100000 | 111000 | 0 | 111100 | 1000100 | 1110011 | 101011 | 10110 |
Color Harmonies of #245120
Complementary color
Monochromatic Colors of #245120
Black with #245120
Text Example
Text Example
White with #245120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245120; }
p { color: rgb(36,81,32); }
H1.HeaderClassName
{
color: #245120;
}
.AnyTagClassName
{
color: #245120;
}
</style>
background-color css
<style>
a { background-color: #245120; }
a { background-color: rgb(36,81,32); }
div.DivClassName
{
background-color: #245120;
}
.BgClassName
{
background-color: #245120;
}
</style>
border-color css
<style>
span { border-color: #245120; }
span { border-color: rgb(36,81,32); }
td.TdClassName
{
border-color: #245120;
}
.TagClassName
{
border-color: #245120;
}
</style>