Shades of Parsley #25592B
Tints of Parsley #25592B
RGB
CMYK
RGB Variations
Color information
#25592B (or 0x25592B) is known color: Parsley. HEX triplet: 25, 59 and 2B. RGB value is (37,89,43). Sum of RGB (Red+Green+Blue) = 37+89+43=169 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.89% from 169); Green value is 89 (35.16% from 255 or 52.66% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 89 - color contains mainly: green. Hex color #25592B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25592B is #DAA6D4. Grayscale: #444444. Windows color (decimal): -14329557 or 2840869. OLE color: 2840869.
HSL color Cylindrical-coordinate representation of color #25592B: hue angle of 126.92º 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 #25592B is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 89 | 43 | - |
| CMYK | 0.58 | 0 | 0.52 | 0.65 |
| HSL | 126.92º | 0.41% | 0.25% | - |
| HSV(B) | 126.92º | 0.58% | 0.35% | - |
| XYZ | 4.77 | 7.71 | 3.52 | - |
| YUV | 68.21 | 113.77 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 89 | 43 | 0.58 | 0 | 0.52 | 0.65 | 126.92 | 0.41 | 0.25 |
| Hex | 25 | 59 | 2B | 3A | 0 | 34 | 41 | 7F | 29 | 19 |
| Octal | 45 | 131 | 53 | 72 | 0 | 64 | 101 | 177 | 51 | 31 |
| Binary | 100101 | 1011001 | 101011 | 111010 | 0 | 110100 | 1000001 | 1111111 | 101001 | 11001 |
Color Harmonies of #25592B
Complementary color
Monochromatic Colors of #25592B
Black with #25592B
Text Example
Text Example
White with #25592B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25592B; }
p { color: rgb(37,89,43); }
H1.HeaderClassName
{
color: #25592B;
}
.AnyTagClassName
{
color: #25592B;
}
</style>
background-color css
<style>
a { background-color: #25592B; }
a { background-color: rgb(37,89,43); }
div.DivClassName
{
background-color: #25592B;
}
.BgClassName
{
background-color: #25592B;
}
</style>
border-color css
<style>
span { border-color: #25592B; }
span { border-color: rgb(37,89,43); }
td.TdClassName
{
border-color: #25592B;
}
.TagClassName
{
border-color: #25592B;
}
</style>