Shades of Parsley #25522D
Tints of Parsley #25522D
RGB
CMYK
RGB Variations
Color information
#25522D (or 0x25522D) is known color: Parsley. HEX triplet: 25, 52 and 2D. RGB value is (37,82,45). Sum of RGB (Red+Green+Blue) = 37+82+45=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 82 (32.42% from 255 or 50% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 82 - color contains mainly: green. Hex color #25522D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25522D is #DAADD2. Grayscale: #404040. Windows color (decimal): -14331347 or 2970149. OLE color: 2970149.
HSL color Cylindrical-coordinate representation of color #25522D: hue angle of 130.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #25522D is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 82 | 45 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.68 |
| HSL | 130.67º | 0.38% | 0.23% | - |
| HSV(B) | 130.67º | 0.55% | 0.32% | - |
| XYZ | 4.25 | 6.62 | 3.54 | - |
| YUV | 64.33 | 117.09 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 82 | 45 | 0.55 | 0 | 0.45 | 0.68 | 130.67 | 0.38 | 0.23 |
| Hex | 25 | 52 | 2D | 37 | 0 | 2D | 44 | 83 | 26 | 17 |
| Octal | 45 | 122 | 55 | 67 | 0 | 55 | 104 | 203 | 46 | 27 |
| Binary | 100101 | 1010010 | 101101 | 110111 | 0 | 101101 | 1000100 | 10000011 | 100110 | 10111 |
Color Harmonies of #25522D
Complementary color
Monochromatic Colors of #25522D
Black with #25522D
Text Example
Text Example
White with #25522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25522D; }
p { color: rgb(37,82,45); }
H1.HeaderClassName
{
color: #25522D;
}
.AnyTagClassName
{
color: #25522D;
}
</style>
background-color css
<style>
a { background-color: #25522D; }
a { background-color: rgb(37,82,45); }
div.DivClassName
{
background-color: #25522D;
}
.BgClassName
{
background-color: #25522D;
}
</style>
border-color css
<style>
span { border-color: #25522D; }
span { border-color: rgb(37,82,45); }
td.TdClassName
{
border-color: #25522D;
}
.TagClassName
{
border-color: #25522D;
}
</style>