Shades of Parsley #255A24
Tints of Parsley #255A24
RGB
CMYK
RGB Variations
Color information
#255A24 (or 0x255A24) is known color: Parsley. HEX triplet: 25, 5A and 24. RGB value is (37,90,36). Sum of RGB (Red+Green+Blue) = 37+90+36=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 90 (35.55% from 255 or 55.21% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 90 - color contains mainly: green. Hex color #255A24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255A24 is #DAA5DB. Grayscale: #444444. Windows color (decimal): -14329308 or 2382373. OLE color: 2382373.
HSL color Cylindrical-coordinate representation of color #255A24: hue angle of 118.89º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #255A24 is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 90 | 36 | - |
| CMYK | 0.59 | 0 | 0.60 | 0.65 |
| HSL | 118.89º | 0.43% | 0.25% | - |
| HSV(B) | 118.89º | 0.6% | 0.35% | - |
| XYZ | 4.74 | 7.83 | 2.93 | - |
| YUV | 68 | 109.94 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 36 | 0.59 | 0 | 0.60 | 0.65 | 118.89 | 0.43 | 0.25 |
| Hex | 25 | 5A | 24 | 3B | 0 | 3C | 41 | 77 | 2B | 19 |
| Octal | 45 | 132 | 44 | 73 | 0 | 74 | 101 | 167 | 53 | 31 |
| Binary | 100101 | 1011010 | 100100 | 111011 | 0 | 111100 | 1000001 | 1110111 | 101011 | 11001 |
Color Harmonies of #255A24
Complementary color
Monochromatic Colors of #255A24
Black with #255A24
Text Example
Text Example
White with #255A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255A24; }
p { color: rgb(37,90,36); }
H1.HeaderClassName
{
color: #255A24;
}
.AnyTagClassName
{
color: #255A24;
}
</style>
background-color css
<style>
a { background-color: #255A24; }
a { background-color: rgb(37,90,36); }
div.DivClassName
{
background-color: #255A24;
}
.BgClassName
{
background-color: #255A24;
}
</style>
border-color css
<style>
span { border-color: #255A24; }
span { border-color: rgb(37,90,36); }
td.TdClassName
{
border-color: #255A24;
}
.TagClassName
{
border-color: #255A24;
}
</style>