Shades of Myrtle #245114
Tints of Myrtle #245114
RGB
CMYK
RGB Variations
Color information
#245114 (or 0x245114) is known color: Myrtle. HEX triplet: 24, 51 and 14. RGB value is (36,81,20). Sum of RGB (Red+Green+Blue) = 36+81+20=137 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.28% from 137); Green value is 81 (32.03% from 255 or 59.12% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 81 - color contains mainly: green. Hex color #245114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245114 is #DBAEEB. Grayscale: #3C3C3C. Windows color (decimal): -14397164 or 1331492. OLE color: 1331492.
HSL color Cylindrical-coordinate representation of color #245114: hue angle of 104.26º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #245114 is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 81 | 20 | - |
| CMYK | 0.56 | 0 | 0.75 | 0.68 |
| HSL | 104.26º | 0.6% | 0.2% | - |
| HSV(B) | 104.26º | 0.75% | 0.32% | - |
| XYZ | 3.8 | 6.31 | 1.68 | - |
| YUV | 60.59 | 105.09 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 81 | 20 | 0.56 | 0 | 0.75 | 0.68 | 104.26 | 0.6 | 0.2 |
| Hex | 24 | 51 | 14 | 38 | 0 | 4B | 44 | 68 | 3C | 14 |
| Octal | 44 | 121 | 24 | 70 | 0 | 113 | 104 | 150 | 74 | 24 |
| Binary | 100100 | 1010001 | 10100 | 111000 | 0 | 1001011 | 1000100 | 1101000 | 111100 | 10100 |
Color Harmonies of #245114
Complementary color
Monochromatic Colors of #245114
Black with #245114
Text Example
Text Example
White with #245114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245114; }
p { color: rgb(36,81,20); }
H1.HeaderClassName
{
color: #245114;
}
.AnyTagClassName
{
color: #245114;
}
</style>
background-color css
<style>
a { background-color: #245114; }
a { background-color: rgb(36,81,20); }
div.DivClassName
{
background-color: #245114;
}
.BgClassName
{
background-color: #245114;
}
</style>
border-color css
<style>
span { border-color: #245114; }
span { border-color: rgb(36,81,20); }
td.TdClassName
{
border-color: #245114;
}
.TagClassName
{
border-color: #245114;
}
</style>