Shades of Green Pea #325C43
Tints of Green Pea #325C43
RGB
CMYK
RGB Variations
Color information
#325C43 (or 0x325C43) is known color: Green Pea. HEX triplet: 32, 5C and 43. RGB value is (50,92,67). Sum of RGB (Red+Green+Blue) = 50+92+67=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 92 - color contains mainly: green. Hex color #325C43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325C43 is #CDA3BC. Grayscale: #4C4C4C. Windows color (decimal): -13476797 or 4414514. OLE color: 4414514.
HSL color Cylindrical-coordinate representation of color #325C43: hue angle of 144.29º 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 #325C43 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 92 | 67 | - |
| CMYK | 0.46 | 0 | 0.27 | 0.64 |
| HSL | 144.29º | 0.3% | 0.28% | - |
| HSV(B) | 144.29º | 0.46% | 0.36% | - |
| XYZ | 6.16 | 8.74 | 6.67 | - |
| YUV | 76.59 | 122.59 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 67 | 0.46 | 0 | 0.27 | 0.64 | 144.29 | 0.3 | 0.28 |
| Hex | 32 | 5C | 43 | 2E | 0 | 1B | 40 | 90 | 1E | 1C |
| Octal | 62 | 134 | 103 | 56 | 0 | 33 | 100 | 220 | 36 | 34 |
| Binary | 110010 | 1011100 | 1000011 | 101110 | 0 | 11011 | 1000000 | 10010000 | 11110 | 11100 |
Color Harmonies of #325C43
Complementary color
Monochromatic Colors of #325C43
Black with #325C43
Text Example
Text Example
White with #325C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325C43; }
p { color: rgb(50,92,67); }
H1.HeaderClassName
{
color: #325C43;
}
.AnyTagClassName
{
color: #325C43;
}
</style>
background-color css
<style>
a { background-color: #325C43; }
a { background-color: rgb(50,92,67); }
div.DivClassName
{
background-color: #325C43;
}
.BgClassName
{
background-color: #325C43;
}
</style>
border-color css
<style>
span { border-color: #325C43; }
span { border-color: rgb(50,92,67); }
td.TdClassName
{
border-color: #325C43;
}
.TagClassName
{
border-color: #325C43;
}
</style>