Shades of Parsley #256130
Tints of Parsley #256130
RGB
CMYK
RGB Variations
Color information
#256130 (or 0x256130) is known color: Parsley. HEX triplet: 25, 61 and 30. RGB value is (37,97,48). Sum of RGB (Red+Green+Blue) = 37+97+48=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 97 (38.28% from 255 or 53.30% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 97 - color contains mainly: green. Hex color #256130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256130 is #DA9ECF. Grayscale: #494949. Windows color (decimal): -14327504 or 3170597. OLE color: 3170597.
HSL color Cylindrical-coordinate representation of color #256130: hue angle of 131º 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 #256130 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 97 | 48 | - |
| CMYK | 0.62 | 0 | 0.51 | 0.62 |
| HSL | 131º | 0.45% | 0.26% | - |
| HSV(B) | 131º | 0.62% | 0.38% | - |
| XYZ | 5.57 | 9.16 | 4.27 | - |
| YUV | 73.47 | 113.62 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 48 | 0.62 | 0 | 0.51 | 0.62 | 131 | 0.45 | 0.26 |
| Hex | 25 | 61 | 30 | 3E | 0 | 33 | 3E | 83 | 2D | 1A |
| Octal | 45 | 141 | 60 | 76 | 0 | 63 | 76 | 203 | 55 | 32 |
| Binary | 100101 | 1100001 | 110000 | 111110 | 0 | 110011 | 111110 | 10000011 | 101101 | 11010 |
Color Harmonies of #256130
Complementary color
Monochromatic Colors of #256130
Black with #256130
Text Example
Text Example
White with #256130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256130; }
p { color: rgb(37,97,48); }
H1.HeaderClassName
{
color: #256130;
}
.AnyTagClassName
{
color: #256130;
}
</style>
background-color css
<style>
a { background-color: #256130; }
a { background-color: rgb(37,97,48); }
div.DivClassName
{
background-color: #256130;
}
.BgClassName
{
background-color: #256130;
}
</style>
border-color css
<style>
span { border-color: #256130; }
span { border-color: rgb(37,97,48); }
td.TdClassName
{
border-color: #256130;
}
.TagClassName
{
border-color: #256130;
}
</style>