Shades of Parsley #25532B
Tints of Parsley #25532B
RGB
CMYK
RGB Variations
Color information
#25532B (or 0x25532B) is known color: Parsley. HEX triplet: 25, 53 and 2B. RGB value is (37,83,43). Sum of RGB (Red+Green+Blue) = 37+83+43=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #25532B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25532B is #DAACD4. Grayscale: #404040. Windows color (decimal): -14331093 or 2839333. OLE color: 2839333.
HSL color Cylindrical-coordinate representation of color #25532B: hue angle of 127.83º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #25532B is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 83 | 43 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.67 |
| HSL | 127.83º | 0.38% | 0.24% | - |
| HSV(B) | 127.83º | 0.55% | 0.33% | - |
| XYZ | 4.29 | 6.75 | 3.36 | - |
| YUV | 64.69 | 115.76 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 43 | 0.55 | 0 | 0.48 | 0.67 | 127.83 | 0.38 | 0.24 |
| Hex | 25 | 53 | 2B | 37 | 0 | 30 | 43 | 80 | 26 | 18 |
| Octal | 45 | 123 | 53 | 67 | 0 | 60 | 103 | 200 | 46 | 30 |
| Binary | 100101 | 1010011 | 101011 | 110111 | 0 | 110000 | 1000011 | 10000000 | 100110 | 11000 |
Color Harmonies of #25532B
Complementary color
Monochromatic Colors of #25532B
Black with #25532B
Text Example
Text Example
White with #25532B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25532B; }
p { color: rgb(37,83,43); }
H1.HeaderClassName
{
color: #25532B;
}
.AnyTagClassName
{
color: #25532B;
}
</style>
background-color css
<style>
a { background-color: #25532B; }
a { background-color: rgb(37,83,43); }
div.DivClassName
{
background-color: #25532B;
}
.BgClassName
{
background-color: #25532B;
}
</style>
border-color css
<style>
span { border-color: #25532B; }
span { border-color: rgb(37,83,43); }
td.TdClassName
{
border-color: #25532B;
}
.TagClassName
{
border-color: #25532B;
}
</style>