Shades of Myrtle #255320
Tints of Myrtle #255320
RGB
CMYK
RGB Variations
Color information
#255320 (or 0x255320) is known color: Myrtle. HEX triplet: 25, 53 and 20. RGB value is (37,83,32). Sum of RGB (Red+Green+Blue) = 37+83+32=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 83 (32.81% from 255 or 54.61% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 83 - color contains mainly: green. Hex color #255320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255320 is #DAACDF. Grayscale: #3F3F3F. Windows color (decimal): -14331104 or 2118437. OLE color: 2118437.
HSL color Cylindrical-coordinate representation of color #255320: hue angle of 114.12º 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 #255320 is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 83 | 32 | - |
| CMYK | 0.55 | 0 | 0.61 | 0.67 |
| HSL | 114.12º | 0.44% | 0.23% | - |
| HSV(B) | 114.12º | 0.61% | 0.33% | - |
| XYZ | 4.12 | 6.68 | 2.44 | - |
| YUV | 63.43 | 110.26 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 32 | 0.55 | 0 | 0.61 | 0.67 | 114.12 | 0.44 | 0.23 |
| Hex | 25 | 53 | 20 | 37 | 0 | 3D | 43 | 72 | 2C | 17 |
| Octal | 45 | 123 | 40 | 67 | 0 | 75 | 103 | 162 | 54 | 27 |
| Binary | 100101 | 1010011 | 100000 | 110111 | 0 | 111101 | 1000011 | 1110010 | 101100 | 10111 |
Color Harmonies of #255320
Complementary color
Monochromatic Colors of #255320
Black with #255320
Text Example
Text Example
White with #255320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255320; }
p { color: rgb(37,83,32); }
H1.HeaderClassName
{
color: #255320;
}
.AnyTagClassName
{
color: #255320;
}
</style>
background-color css
<style>
a { background-color: #255320; }
a { background-color: rgb(37,83,32); }
div.DivClassName
{
background-color: #255320;
}
.BgClassName
{
background-color: #255320;
}
</style>
border-color css
<style>
span { border-color: #255320; }
span { border-color: rgb(37,83,32); }
td.TdClassName
{
border-color: #255320;
}
.TagClassName
{
border-color: #255320;
}
</style>