Shades of Parsley #255924
Tints of Parsley #255924
RGB
CMYK
RGB Variations
Color information
#255924 (or 0x255924) is known color: Parsley. HEX triplet: 25, 59 and 24. RGB value is (37,89,36). Sum of RGB (Red+Green+Blue) = 37+89+36=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 89 (35.16% from 255 or 54.94% from 162); Blue value is 36 (14.45% from 255 or 22.22% from 162); Max value from RGB is 89 - color contains mainly: green. Hex color #255924 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255924 is #DAA6DB. Grayscale: #434343. Windows color (decimal): -14329564 or 2382117. OLE color: 2382117.
HSL color Cylindrical-coordinate representation of color #255924: hue angle of 118.87º degrees, saturation: 0.42, 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 #255924 is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 89 | 36 | - |
| CMYK | 0.58 | 0 | 0.60 | 0.65 |
| HSL | 118.87º | 0.42% | 0.25% | - |
| HSV(B) | 118.87º | 0.6% | 0.35% | - |
| XYZ | 4.65 | 7.67 | 2.9 | - |
| YUV | 67.41 | 110.27 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 89 | 36 | 0.58 | 0 | 0.60 | 0.65 | 118.87 | 0.42 | 0.25 |
| Hex | 25 | 59 | 24 | 3A | 0 | 3C | 41 | 77 | 2A | 19 |
| Octal | 45 | 131 | 44 | 72 | 0 | 74 | 101 | 167 | 52 | 31 |
| Binary | 100101 | 1011001 | 100100 | 111010 | 0 | 111100 | 1000001 | 1110111 | 101010 | 11001 |
Color Harmonies of #255924
Complementary color
Monochromatic Colors of #255924
Black with #255924
Text Example
Text Example
White with #255924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255924; }
p { color: rgb(37,89,36); }
H1.HeaderClassName
{
color: #255924;
}
.AnyTagClassName
{
color: #255924;
}
</style>
background-color css
<style>
a { background-color: #255924; }
a { background-color: rgb(37,89,36); }
div.DivClassName
{
background-color: #255924;
}
.BgClassName
{
background-color: #255924;
}
</style>
border-color css
<style>
span { border-color: #255924; }
span { border-color: rgb(37,89,36); }
td.TdClassName
{
border-color: #255924;
}
.TagClassName
{
border-color: #255924;
}
</style>