Shades of Myrtle #245521
Tints of Myrtle #245521
RGB
CMYK
RGB Variations
Color information
#245521 (or 0x245521) is known color: Myrtle. HEX triplet: 24, 55 and 21. RGB value is (36,85,33). Sum of RGB (Red+Green+Blue) = 36+85+33=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 85 (33.59% from 255 or 55.19% from 154); Blue value is 33 (13.28% from 255 or 21.43% from 154); Max value from RGB is 85 - color contains mainly: green. Hex color #245521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245521 is #DBAADE. Grayscale: #404040. Windows color (decimal): -14396127 or 2184484. OLE color: 2184484.
HSL color Cylindrical-coordinate representation of color #245521: hue angle of 116.54º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #245521 is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 85 | 33 | - |
| CMYK | 0.58 | 0 | 0.61 | 0.67 |
| HSL | 116.54º | 0.44% | 0.23% | - |
| HSV(B) | 116.54º | 0.61% | 0.33% | - |
| XYZ | 4.25 | 6.98 | 2.56 | - |
| YUV | 64.42 | 110.27 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 33 | 0.58 | 0 | 0.61 | 0.67 | 116.54 | 0.44 | 0.23 |
| Hex | 24 | 55 | 21 | 3A | 0 | 3D | 43 | 75 | 2C | 17 |
| Octal | 44 | 125 | 41 | 72 | 0 | 75 | 103 | 165 | 54 | 27 |
| Binary | 100100 | 1010101 | 100001 | 111010 | 0 | 111101 | 1000011 | 1110101 | 101100 | 10111 |
Color Harmonies of #245521
Complementary color
Monochromatic Colors of #245521
Black with #245521
Text Example
Text Example
White with #245521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245521; }
p { color: rgb(36,85,33); }
H1.HeaderClassName
{
color: #245521;
}
.AnyTagClassName
{
color: #245521;
}
</style>
background-color css
<style>
a { background-color: #245521; }
a { background-color: rgb(36,85,33); }
div.DivClassName
{
background-color: #245521;
}
.BgClassName
{
background-color: #245521;
}
</style>
border-color css
<style>
span { border-color: #245521; }
span { border-color: rgb(36,85,33); }
td.TdClassName
{
border-color: #245521;
}
.TagClassName
{
border-color: #245521;
}
</style>