Shades of Parsley #255529
Tints of Parsley #255529
RGB
CMYK
RGB Variations
Color information
#255529 (or 0x255529) is known color: Parsley. HEX triplet: 25, 55 and 29. RGB value is (37,85,41). Sum of RGB (Red+Green+Blue) = 37+85+41=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #255529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255529 is #DAAAD6. Grayscale: #414141. Windows color (decimal): -14330583 or 2708773. OLE color: 2708773.
HSL color Cylindrical-coordinate representation of color #255529: hue angle of 125º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #255529 is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 85 | 41 | - |
| CMYK | 0.56 | 0 | 0.52 | 0.67 |
| HSL | 125º | 0.39% | 0.24% | - |
| HSV(B) | 125º | 0.56% | 0.33% | - |
| XYZ | 4.41 | 7.05 | 3.23 | - |
| YUV | 65.63 | 114.1 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 85 | 41 | 0.56 | 0 | 0.52 | 0.67 | 125 | 0.39 | 0.24 |
| Hex | 25 | 55 | 29 | 38 | 0 | 34 | 43 | 7D | 27 | 18 |
| Octal | 45 | 125 | 51 | 70 | 0 | 64 | 103 | 175 | 47 | 30 |
| Binary | 100101 | 1010101 | 101001 | 111000 | 0 | 110100 | 1000011 | 1111101 | 100111 | 11000 |
Color Harmonies of #255529
Complementary color
Monochromatic Colors of #255529
Black with #255529
Text Example
Text Example
White with #255529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255529; }
p { color: rgb(37,85,41); }
H1.HeaderClassName
{
color: #255529;
}
.AnyTagClassName
{
color: #255529;
}
</style>
background-color css
<style>
a { background-color: #255529; }
a { background-color: rgb(37,85,41); }
div.DivClassName
{
background-color: #255529;
}
.BgClassName
{
background-color: #255529;
}
</style>
border-color css
<style>
span { border-color: #255529; }
span { border-color: rgb(37,85,41); }
td.TdClassName
{
border-color: #255529;
}
.TagClassName
{
border-color: #255529;
}
</style>