Shades of Green Pea #325D43
Tints of Green Pea #325D43
RGB
CMYK
RGB Variations
Color information
#325D43 (or 0x325D43) is known color: Green Pea. HEX triplet: 32, 5D and 43. RGB value is (50,93,67). Sum of RGB (Red+Green+Blue) = 50+93+67=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 93 (36.72% from 255 or 44.29% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 93 - color contains mainly: green. Hex color #325D43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325D43 is #CDA2BC. Grayscale: #4D4D4D. Windows color (decimal): -13476541 or 4414770. OLE color: 4414770.
HSL color Cylindrical-coordinate representation of color #325D43: hue angle of 143.72º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #325D43 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 93 | 67 | - |
| CMYK | 0.46 | 0 | 0.28 | 0.64 |
| HSL | 143.72º | 0.3% | 0.28% | - |
| HSV(B) | 143.72º | 0.46% | 0.36% | - |
| XYZ | 6.24 | 8.91 | 6.7 | - |
| YUV | 77.18 | 122.25 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 67 | 0.46 | 0 | 0.28 | 0.64 | 143.72 | 0.3 | 0.28 |
| Hex | 32 | 5D | 43 | 2E | 0 | 1C | 40 | 90 | 1E | 1C |
| Octal | 62 | 135 | 103 | 56 | 0 | 34 | 100 | 220 | 36 | 34 |
| Binary | 110010 | 1011101 | 1000011 | 101110 | 0 | 11100 | 1000000 | 10010000 | 11110 | 11100 |
Color Harmonies of #325D43
Complementary color
Monochromatic Colors of #325D43
Black with #325D43
Text Example
Text Example
White with #325D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325D43; }
p { color: rgb(50,93,67); }
H1.HeaderClassName
{
color: #325D43;
}
.AnyTagClassName
{
color: #325D43;
}
</style>
background-color css
<style>
a { background-color: #325D43; }
a { background-color: rgb(50,93,67); }
div.DivClassName
{
background-color: #325D43;
}
.BgClassName
{
background-color: #325D43;
}
</style>
border-color css
<style>
span { border-color: #325D43; }
span { border-color: rgb(50,93,67); }
td.TdClassName
{
border-color: #325D43;
}
.TagClassName
{
border-color: #325D43;
}
</style>