Shades of Parsley #25552E
Tints of Parsley #25552E
RGB
CMYK
RGB Variations
Color information
#25552E (or 0x25552E) is known color: Parsley. HEX triplet: 25, 55 and 2E. RGB value is (37,85,46). Sum of RGB (Red+Green+Blue) = 37+85+46=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #25552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25552E is #DAAAD1. Grayscale: #424242. Windows color (decimal): -14330578 or 3036453. OLE color: 3036453.
HSL color Cylindrical-coordinate representation of color #25552E: hue angle of 131.25º 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 #25552E is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 85 | 46 | - |
| CMYK | 0.56 | 0 | 0.46 | 0.67 |
| HSL | 131.25º | 0.39% | 0.24% | - |
| HSV(B) | 131.25º | 0.56% | 0.33% | - |
| XYZ | 4.5 | 7.09 | 3.72 | - |
| YUV | 66.2 | 116.6 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 85 | 46 | 0.56 | 0 | 0.46 | 0.67 | 131.25 | 0.39 | 0.24 |
| Hex | 25 | 55 | 2E | 38 | 0 | 2E | 43 | 83 | 27 | 18 |
| Octal | 45 | 125 | 56 | 70 | 0 | 56 | 103 | 203 | 47 | 30 |
| Binary | 100101 | 1010101 | 101110 | 111000 | 0 | 101110 | 1000011 | 10000011 | 100111 | 11000 |
Color Harmonies of #25552E
Complementary color
Monochromatic Colors of #25552E
Black with #25552E
Text Example
Text Example
White with #25552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25552E; }
p { color: rgb(37,85,46); }
H1.HeaderClassName
{
color: #25552E;
}
.AnyTagClassName
{
color: #25552E;
}
</style>
background-color css
<style>
a { background-color: #25552E; }
a { background-color: rgb(37,85,46); }
div.DivClassName
{
background-color: #25552E;
}
.BgClassName
{
background-color: #25552E;
}
</style>
border-color css
<style>
span { border-color: #25552E; }
span { border-color: rgb(37,85,46); }
td.TdClassName
{
border-color: #25552E;
}
.TagClassName
{
border-color: #25552E;
}
</style>