Shades of Parsley #25562B
Tints of Parsley #25562B
RGB
CMYK
RGB Variations
Color information
#25562B (or 0x25562B) is known color: Parsley. HEX triplet: 25, 56 and 2B. RGB value is (37,86,43). Sum of RGB (Red+Green+Blue) = 37+86+43=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 86 (33.98% from 255 or 51.81% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 86 - color contains mainly: green. Hex color #25562B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25562B is #DAA9D4. Grayscale: #424242. Windows color (decimal): -14330325 or 2840101. OLE color: 2840101.
HSL color Cylindrical-coordinate representation of color #25562B: hue angle of 127.35º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #25562B is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 37 | 86 | 43 | - |
| CMYK | 0.57 | 0 | 0.50 | 0.66 |
| HSL | 127.35º | 0.4% | 0.24% | - |
| HSV(B) | 127.35º | 0.57% | 0.34% | - |
| XYZ | 4.53 | 7.22 | 3.44 | - |
| YUV | 66.45 | 114.77 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 86 | 43 | 0.57 | 0 | 0.50 | 0.66 | 127.35 | 0.4 | 0.24 |
| Hex | 25 | 56 | 2B | 39 | 0 | 32 | 42 | 7F | 28 | 18 |
| Octal | 45 | 126 | 53 | 71 | 0 | 62 | 102 | 177 | 50 | 30 |
| Binary | 100101 | 1010110 | 101011 | 111001 | 0 | 110010 | 1000010 | 1111111 | 101000 | 11000 |
Color Harmonies of #25562B
Complementary color
Monochromatic Colors of #25562B
Black with #25562B
Text Example
Text Example
White with #25562B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25562B; }
p { color: rgb(37,86,43); }
H1.HeaderClassName
{
color: #25562B;
}
.AnyTagClassName
{
color: #25562B;
}
</style>
background-color css
<style>
a { background-color: #25562B; }
a { background-color: rgb(37,86,43); }
div.DivClassName
{
background-color: #25562B;
}
.BgClassName
{
background-color: #25562B;
}
</style>
border-color css
<style>
span { border-color: #25562B; }
span { border-color: rgb(37,86,43); }
td.TdClassName
{
border-color: #25562B;
}
.TagClassName
{
border-color: #25562B;
}
</style>