Shades of Parsley #25612E
Tints of Parsley #25612E
RGB
CMYK
RGB Variations
Color information
#25612E (or 0x25612E) is known color: Parsley. HEX triplet: 25, 61 and 2E. RGB value is (37,97,46). Sum of RGB (Red+Green+Blue) = 37+97+46=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 97 (38.28% from 255 or 53.89% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 97 - color contains mainly: green. Hex color #25612E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25612E is #DA9ED1. Grayscale: #494949. Windows color (decimal): -14327506 or 3039525. OLE color: 3039525.
HSL color Cylindrical-coordinate representation of color #25612E: hue angle of 129º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #25612E is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 97 | 46 | - |
| CMYK | 0.62 | 0 | 0.53 | 0.62 |
| HSL | 129º | 0.45% | 0.26% | - |
| HSV(B) | 129º | 0.62% | 0.38% | - |
| XYZ | 5.53 | 9.14 | 4.06 | - |
| YUV | 73.25 | 112.62 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 46 | 0.62 | 0 | 0.53 | 0.62 | 129 | 0.45 | 0.26 |
| Hex | 25 | 61 | 2E | 3E | 0 | 35 | 3E | 81 | 2D | 1A |
| Octal | 45 | 141 | 56 | 76 | 0 | 65 | 76 | 201 | 55 | 32 |
| Binary | 100101 | 1100001 | 101110 | 111110 | 0 | 110101 | 111110 | 10000001 | 101101 | 11010 |
Color Harmonies of #25612E
Complementary color
Monochromatic Colors of #25612E
Black with #25612E
Text Example
Text Example
White with #25612E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25612E; }
p { color: rgb(37,97,46); }
H1.HeaderClassName
{
color: #25612E;
}
.AnyTagClassName
{
color: #25612E;
}
</style>
background-color css
<style>
a { background-color: #25612E; }
a { background-color: rgb(37,97,46); }
div.DivClassName
{
background-color: #25612E;
}
.BgClassName
{
background-color: #25612E;
}
</style>
border-color css
<style>
span { border-color: #25612E; }
span { border-color: rgb(37,97,46); }
td.TdClassName
{
border-color: #25612E;
}
.TagClassName
{
border-color: #25612E;
}
</style>