Shades of Green Pea #325E45
Tints of Green Pea #325E45
RGB
CMYK
RGB Variations
Color information
#325E45 (or 0x325E45) is known color: Green Pea. HEX triplet: 32, 5E and 45. RGB value is (50,94,69). Sum of RGB (Red+Green+Blue) = 50+94+69=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 94 - color contains mainly: green. Hex color #325E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325E45 is #CDA1BA. Grayscale: #4E4E4E. Windows color (decimal): -13476283 or 4546098. OLE color: 4546098.
HSL color Cylindrical-coordinate representation of color #325E45: hue angle of 145.91º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #325E45 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 94 | 69 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.63 |
| HSL | 145.91º | 0.31% | 0.28% | - |
| HSV(B) | 145.91º | 0.47% | 0.37% | - |
| XYZ | 6.39 | 9.11 | 7.05 | - |
| YUV | 77.99 | 122.92 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 69 | 0.47 | 0 | 0.27 | 0.63 | 145.91 | 0.31 | 0.28 |
| Hex | 32 | 5E | 45 | 2F | 0 | 1B | 3F | 92 | 1F | 1C |
| Octal | 62 | 136 | 105 | 57 | 0 | 33 | 77 | 222 | 37 | 34 |
| Binary | 110010 | 1011110 | 1000101 | 101111 | 0 | 11011 | 111111 | 10010010 | 11111 | 11100 |
Color Harmonies of #325E45
Complementary color
Monochromatic Colors of #325E45
Black with #325E45
Text Example
Text Example
White with #325E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325E45; }
p { color: rgb(50,94,69); }
H1.HeaderClassName
{
color: #325E45;
}
.AnyTagClassName
{
color: #325E45;
}
</style>
background-color css
<style>
a { background-color: #325E45; }
a { background-color: rgb(50,94,69); }
div.DivClassName
{
background-color: #325E45;
}
.BgClassName
{
background-color: #325E45;
}
</style>
border-color css
<style>
span { border-color: #325E45; }
span { border-color: rgb(50,94,69); }
td.TdClassName
{
border-color: #325E45;
}
.TagClassName
{
border-color: #325E45;
}
</style>