Shades of Myrtle #245214
Tints of Myrtle #245214
RGB
CMYK
RGB Variations
Color information
#245214 (or 0x245214) is known color: Myrtle. HEX triplet: 24, 52 and 14. RGB value is (36,82,20). Sum of RGB (Red+Green+Blue) = 36+82+20=138 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.09% from 138); Green value is 82 (32.42% from 255 or 59.42% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 82 - color contains mainly: green. Hex color #245214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245214 is #DBADEB. Grayscale: #3D3D3D. Windows color (decimal): -14396908 or 1331748. OLE color: 1331748.
HSL color Cylindrical-coordinate representation of color #245214: hue angle of 104.52º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #245214 is Cyan = 0.56, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 82 | 20 | - |
| CMYK | 0.56 | 0 | 0.76 | 0.68 |
| HSL | 104.52º | 0.61% | 0.2% | - |
| HSV(B) | 104.52º | 0.76% | 0.32% | - |
| XYZ | 3.87 | 6.46 | 1.7 | - |
| YUV | 61.18 | 104.76 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 20 | 0.56 | 0 | 0.76 | 0.68 | 104.52 | 0.61 | 0.2 |
| Hex | 24 | 52 | 14 | 38 | 0 | 4C | 44 | 69 | 3D | 14 |
| Octal | 44 | 122 | 24 | 70 | 0 | 114 | 104 | 151 | 75 | 24 |
| Binary | 100100 | 1010010 | 10100 | 111000 | 0 | 1001100 | 1000100 | 1101001 | 111101 | 10100 |
Color Harmonies of #245214
Complementary color
Monochromatic Colors of #245214
Black with #245214
Text Example
Text Example
White with #245214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245214; }
p { color: rgb(36,82,20); }
H1.HeaderClassName
{
color: #245214;
}
.AnyTagClassName
{
color: #245214;
}
</style>
background-color css
<style>
a { background-color: #245214; }
a { background-color: rgb(36,82,20); }
div.DivClassName
{
background-color: #245214;
}
.BgClassName
{
background-color: #245214;
}
</style>
border-color css
<style>
span { border-color: #245214; }
span { border-color: rgb(36,82,20); }
td.TdClassName
{
border-color: #245214;
}
.TagClassName
{
border-color: #245214;
}
</style>