Shades of Myrtle #245320
Tints of Myrtle #245320
RGB
CMYK
RGB Variations
Color information
#245320 (or 0x245320) is known color: Myrtle. HEX triplet: 24, 53 and 20. RGB value is (36,83,32). Sum of RGB (Red+Green+Blue) = 36+83+32=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #245320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245320 is #DBACDF. Grayscale: #3F3F3F. Windows color (decimal): -14396640 or 2118436. OLE color: 2118436.
HSL color Cylindrical-coordinate representation of color #245320: hue angle of 115.29º 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 #245320 is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 83 | 32 | - |
| CMYK | 0.57 | 0 | 0.61 | 0.67 |
| HSL | 115.29º | 0.44% | 0.23% | - |
| HSV(B) | 115.29º | 0.61% | 0.33% | - |
| XYZ | 4.08 | 6.67 | 2.44 | - |
| YUV | 63.13 | 110.43 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 32 | 0.57 | 0 | 0.61 | 0.67 | 115.29 | 0.44 | 0.23 |
| Hex | 24 | 53 | 20 | 39 | 0 | 3D | 43 | 73 | 2C | 17 |
| Octal | 44 | 123 | 40 | 71 | 0 | 75 | 103 | 163 | 54 | 27 |
| Binary | 100100 | 1010011 | 100000 | 111001 | 0 | 111101 | 1000011 | 1110011 | 101100 | 10111 |
Color Harmonies of #245320
Complementary color
Monochromatic Colors of #245320
Black with #245320
Text Example
Text Example
White with #245320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245320; }
p { color: rgb(36,83,32); }
H1.HeaderClassName
{
color: #245320;
}
.AnyTagClassName
{
color: #245320;
}
</style>
background-color css
<style>
a { background-color: #245320; }
a { background-color: rgb(36,83,32); }
div.DivClassName
{
background-color: #245320;
}
.BgClassName
{
background-color: #245320;
}
</style>
border-color css
<style>
span { border-color: #245320; }
span { border-color: rgb(36,83,32); }
td.TdClassName
{
border-color: #245320;
}
.TagClassName
{
border-color: #245320;
}
</style>