Shades of Myrtle #255224
Tints of Myrtle #255224
RGB
CMYK
RGB Variations
Color information
#255224 (or 0x255224) is known color: Myrtle. HEX triplet: 25, 52 and 24. RGB value is (37,82,36). Sum of RGB (Red+Green+Blue) = 37+82+36=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #255224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255224 is #DAADDB. Grayscale: #3F3F3F. Windows color (decimal): -14331356 or 2380325. OLE color: 2380325.
HSL color Cylindrical-coordinate representation of color #255224: hue angle of 118.7º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #255224 is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 82 | 36 | - |
| CMYK | 0.55 | 0 | 0.56 | 0.68 |
| HSL | 118.7º | 0.39% | 0.23% | - |
| HSV(B) | 118.7º | 0.56% | 0.32% | - |
| XYZ | 4.1 | 6.56 | 2.72 | - |
| YUV | 63.3 | 112.59 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 82 | 36 | 0.55 | 0 | 0.56 | 0.68 | 118.7 | 0.39 | 0.23 |
| Hex | 25 | 52 | 24 | 37 | 0 | 38 | 44 | 77 | 27 | 17 |
| Octal | 45 | 122 | 44 | 67 | 0 | 70 | 104 | 167 | 47 | 27 |
| Binary | 100101 | 1010010 | 100100 | 110111 | 0 | 111000 | 1000100 | 1110111 | 100111 | 10111 |
Color Harmonies of #255224
Complementary color
Monochromatic Colors of #255224
Black with #255224
Text Example
Text Example
White with #255224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255224; }
p { color: rgb(37,82,36); }
H1.HeaderClassName
{
color: #255224;
}
.AnyTagClassName
{
color: #255224;
}
</style>
background-color css
<style>
a { background-color: #255224; }
a { background-color: rgb(37,82,36); }
div.DivClassName
{
background-color: #255224;
}
.BgClassName
{
background-color: #255224;
}
</style>
border-color css
<style>
span { border-color: #255224; }
span { border-color: rgb(37,82,36); }
td.TdClassName
{
border-color: #255224;
}
.TagClassName
{
border-color: #255224;
}
</style>