Shades of Parsley #25632F
Tints of Parsley #25632F
RGB
CMYK
RGB Variations
Color information
#25632F (or 0x25632F) is known color: Parsley. HEX triplet: 25, 63 and 2F. RGB value is (37,99,47). Sum of RGB (Red+Green+Blue) = 37+99+47=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 99 (39.06% from 255 or 54.10% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 99 - color contains mainly: green. Hex color #25632F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25632F is #DA9CD0. Grayscale: #4A4A4A. Windows color (decimal): -14326993 or 3105573. OLE color: 3105573.
HSL color Cylindrical-coordinate representation of color #25632F: hue angle of 129.68º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #25632F is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 37 | 99 | 47 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.61 |
| HSL | 129.68º | 0.46% | 0.27% | - |
| HSV(B) | 129.68º | 0.63% | 0.39% | - |
| XYZ | 5.74 | 9.52 | 4.22 | - |
| YUV | 74.53 | 112.46 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 99 | 47 | 0.63 | 0 | 0.53 | 0.61 | 129.68 | 0.46 | 0.27 |
| Hex | 25 | 63 | 2F | 3F | 0 | 35 | 3D | 82 | 2E | 1B |
| Octal | 45 | 143 | 57 | 77 | 0 | 65 | 75 | 202 | 56 | 33 |
| Binary | 100101 | 1100011 | 101111 | 111111 | 0 | 110101 | 111101 | 10000010 | 101110 | 11011 |
Color Harmonies of #25632F
Complementary color
Monochromatic Colors of #25632F
Black with #25632F
Text Example
Text Example
White with #25632F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25632F; }
p { color: rgb(37,99,47); }
H1.HeaderClassName
{
color: #25632F;
}
.AnyTagClassName
{
color: #25632F;
}
</style>
background-color css
<style>
a { background-color: #25632F; }
a { background-color: rgb(37,99,47); }
div.DivClassName
{
background-color: #25632F;
}
.BgClassName
{
background-color: #25632F;
}
</style>
border-color css
<style>
span { border-color: #25632F; }
span { border-color: rgb(37,99,47); }
td.TdClassName
{
border-color: #25632F;
}
.TagClassName
{
border-color: #25632F;
}
</style>