Shades of Parsley #25512D
Tints of Parsley #25512D
RGB
CMYK
RGB Variations
Color information
#25512D (or 0x25512D) is known color: Parsley. HEX triplet: 25, 51 and 2D. RGB value is (37,81,45). Sum of RGB (Red+Green+Blue) = 37+81+45=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 81 (32.03% from 255 or 49.69% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 81 - color contains mainly: green. Hex color #25512D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25512D is #DAAED2. Grayscale: #3F3F3F. Windows color (decimal): -14331603 or 2969893. OLE color: 2969893.
HSL color Cylindrical-coordinate representation of color #25512D: hue angle of 130.91º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #25512D is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 81 | 45 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.68 |
| HSL | 130.91º | 0.37% | 0.23% | - |
| HSV(B) | 130.91º | 0.54% | 0.32% | - |
| XYZ | 4.18 | 6.47 | 3.51 | - |
| YUV | 63.74 | 117.42 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 81 | 45 | 0.54 | 0 | 0.44 | 0.68 | 130.91 | 0.37 | 0.23 |
| Hex | 25 | 51 | 2D | 36 | 0 | 2C | 44 | 83 | 25 | 17 |
| Octal | 45 | 121 | 55 | 66 | 0 | 54 | 104 | 203 | 45 | 27 |
| Binary | 100101 | 1010001 | 101101 | 110110 | 0 | 101100 | 1000100 | 10000011 | 100101 | 10111 |
Color Harmonies of #25512D
Complementary color
Monochromatic Colors of #25512D
Black with #25512D
Text Example
Text Example
White with #25512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25512D; }
p { color: rgb(37,81,45); }
H1.HeaderClassName
{
color: #25512D;
}
.AnyTagClassName
{
color: #25512D;
}
</style>
background-color css
<style>
a { background-color: #25512D; }
a { background-color: rgb(37,81,45); }
div.DivClassName
{
background-color: #25512D;
}
.BgClassName
{
background-color: #25512D;
}
</style>
border-color css
<style>
span { border-color: #25512D; }
span { border-color: rgb(37,81,45); }
td.TdClassName
{
border-color: #25512D;
}
.TagClassName
{
border-color: #25512D;
}
</style>