Shades of Parsley #256031
Tints of Parsley #256031
RGB
CMYK
RGB Variations
Color information
#256031 (or 0x256031) is known color: Parsley. HEX triplet: 25, 60 and 31. RGB value is (37,96,49). Sum of RGB (Red+Green+Blue) = 37+96+49=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #256031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256031 is #DA9FCE. Grayscale: #494949. Windows color (decimal): -14327759 or 3235877. OLE color: 3235877.
HSL color Cylindrical-coordinate representation of color #256031: hue angle of 132.2º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #256031 is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 96 | 49 | - |
| CMYK | 0.61 | 0 | 0.49 | 0.62 |
| HSL | 132.2º | 0.44% | 0.26% | - |
| HSV(B) | 132.2º | 0.61% | 0.38% | - |
| XYZ | 5.5 | 8.98 | 4.35 | - |
| YUV | 73 | 114.45 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 96 | 49 | 0.61 | 0 | 0.49 | 0.62 | 132.2 | 0.44 | 0.26 |
| Hex | 25 | 60 | 31 | 3D | 0 | 31 | 3E | 84 | 2C | 1A |
| Octal | 45 | 140 | 61 | 75 | 0 | 61 | 76 | 204 | 54 | 32 |
| Binary | 100101 | 1100000 | 110001 | 111101 | 0 | 110001 | 111110 | 10000100 | 101100 | 11010 |
Color Harmonies of #256031
Complementary color
Monochromatic Colors of #256031
Black with #256031
Text Example
Text Example
White with #256031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256031; }
p { color: rgb(37,96,49); }
H1.HeaderClassName
{
color: #256031;
}
.AnyTagClassName
{
color: #256031;
}
</style>
background-color css
<style>
a { background-color: #256031; }
a { background-color: rgb(37,96,49); }
div.DivClassName
{
background-color: #256031;
}
.BgClassName
{
background-color: #256031;
}
</style>
border-color css
<style>
span { border-color: #256031; }
span { border-color: rgb(37,96,49); }
td.TdClassName
{
border-color: #256031;
}
.TagClassName
{
border-color: #256031;
}
</style>