Shades of Green Pea #32684C
Tints of Green Pea #32684C
RGB
CMYK
RGB Variations
Color information
#32684C (or 0x32684C) is known color: Green Pea. HEX triplet: 32, 68 and 4C. RGB value is (50,104,76). Sum of RGB (Red+Green+Blue) = 50+104+76=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 104 - color contains mainly: green. Hex color #32684C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32684C is #CD97B3. Grayscale: #545454. Windows color (decimal): -13473716 or 5007410. OLE color: 5007410.
HSL color Cylindrical-coordinate representation of color #32684C: hue angle of 148.89º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #32684C is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 50 | 104 | 76 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.59 |
| HSL | 148.89º | 0.35% | 0.3% | - |
| HSV(B) | 148.89º | 0.52% | 0.41% | - |
| XYZ | 7.57 | 11.1 | 8.58 | - |
| YUV | 84.66 | 123.11 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 104 | 76 | 0.52 | 0 | 0.27 | 0.59 | 148.89 | 0.35 | 0.3 |
| Hex | 32 | 68 | 4C | 34 | 0 | 1B | 3B | 95 | 23 | 1E |
| Octal | 62 | 150 | 114 | 64 | 0 | 33 | 73 | 225 | 43 | 36 |
| Binary | 110010 | 1101000 | 1001100 | 110100 | 0 | 11011 | 111011 | 10010101 | 100011 | 11110 |
Color Harmonies of #32684C
Complementary color
Monochromatic Colors of #32684C
Black with #32684C
Text Example
Text Example
White with #32684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32684C; }
p { color: rgb(50,104,76); }
H1.HeaderClassName
{
color: #32684C;
}
.AnyTagClassName
{
color: #32684C;
}
</style>
background-color css
<style>
a { background-color: #32684C; }
a { background-color: rgb(50,104,76); }
div.DivClassName
{
background-color: #32684C;
}
.BgClassName
{
background-color: #32684C;
}
</style>
border-color css
<style>
span { border-color: #32684C; }
span { border-color: rgb(50,104,76); }
td.TdClassName
{
border-color: #32684C;
}
.TagClassName
{
border-color: #32684C;
}
</style>