Shades of Green Pea #256540
Tints of Green Pea #256540
RGB
CMYK
RGB Variations
Color information
#256540 (or 0x256540) is known color: Green Pea. HEX triplet: 25, 65 and 40. RGB value is (37,101,64). Sum of RGB (Red+Green+Blue) = 37+101+64=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 101 (39.84% from 255 or 50% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 101 - color contains mainly: green. Hex color #256540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256540 is #DA9ABF. Grayscale: #4D4D4D. Windows color (decimal): -14326464 or 4220197. OLE color: 4220197.
HSL color Cylindrical-coordinate representation of color #256540: hue angle of 145.31º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #256540 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 37 | 101 | 64 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.60 |
| HSL | 145.31º | 0.46% | 0.27% | - |
| HSV(B) | 145.31º | 0.63% | 0.4% | - |
| XYZ | 6.34 | 10.07 | 6.46 | - |
| YUV | 77.65 | 120.3 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 101 | 64 | 0.63 | 0 | 0.37 | 0.60 | 145.31 | 0.46 | 0.27 |
| Hex | 25 | 65 | 40 | 3F | 0 | 25 | 3C | 91 | 2E | 1B |
| Octal | 45 | 145 | 100 | 77 | 0 | 45 | 74 | 221 | 56 | 33 |
| Binary | 100101 | 1100101 | 1000000 | 111111 | 0 | 100101 | 111100 | 10010001 | 101110 | 11011 |
Color Harmonies of #256540
Complementary color
Monochromatic Colors of #256540
Black with #256540
Text Example
Text Example
White with #256540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256540; }
p { color: rgb(37,101,64); }
H1.HeaderClassName
{
color: #256540;
}
.AnyTagClassName
{
color: #256540;
}
</style>
background-color css
<style>
a { background-color: #256540; }
a { background-color: rgb(37,101,64); }
div.DivClassName
{
background-color: #256540;
}
.BgClassName
{
background-color: #256540;
}
</style>
border-color css
<style>
span { border-color: #256540; }
span { border-color: rgb(37,101,64); }
td.TdClassName
{
border-color: #256540;
}
.TagClassName
{
border-color: #256540;
}
</style>