Shades of Parsley #255928
Tints of Parsley #255928
RGB
CMYK
RGB Variations
Color information
#255928 (or 0x255928) is known color: Parsley. HEX triplet: 25, 59 and 28. RGB value is (37,89,40). Sum of RGB (Red+Green+Blue) = 37+89+40=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 89 (35.16% from 255 or 53.61% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 89 - color contains mainly: green. Hex color #255928 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255928 is #DAA6D7. Grayscale: #444444. Windows color (decimal): -14329560 or 2644261. OLE color: 2644261.
HSL color Cylindrical-coordinate representation of color #255928: hue angle of 123.46º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #255928 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 89 | 40 | - |
| CMYK | 0.58 | 0 | 0.55 | 0.65 |
| HSL | 123.46º | 0.41% | 0.25% | - |
| HSV(B) | 123.46º | 0.58% | 0.35% | - |
| XYZ | 4.72 | 7.69 | 3.24 | - |
| YUV | 67.87 | 112.27 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 89 | 40 | 0.58 | 0 | 0.55 | 0.65 | 123.46 | 0.41 | 0.25 |
| Hex | 25 | 59 | 28 | 3A | 0 | 37 | 41 | 7B | 29 | 19 |
| Octal | 45 | 131 | 50 | 72 | 0 | 67 | 101 | 173 | 51 | 31 |
| Binary | 100101 | 1011001 | 101000 | 111010 | 0 | 110111 | 1000001 | 1111011 | 101001 | 11001 |
Color Harmonies of #255928
Complementary color
Monochromatic Colors of #255928
Black with #255928
Text Example
Text Example
White with #255928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255928; }
p { color: rgb(37,89,40); }
H1.HeaderClassName
{
color: #255928;
}
.AnyTagClassName
{
color: #255928;
}
</style>
background-color css
<style>
a { background-color: #255928; }
a { background-color: rgb(37,89,40); }
div.DivClassName
{
background-color: #255928;
}
.BgClassName
{
background-color: #255928;
}
</style>
border-color css
<style>
span { border-color: #255928; }
span { border-color: rgb(37,89,40); }
td.TdClassName
{
border-color: #255928;
}
.TagClassName
{
border-color: #255928;
}
</style>