Shades of Green Pea #32664B
Tints of Green Pea #32664B
RGB
CMYK
RGB Variations
Color information
#32664B (or 0x32664B) is known color: Green Pea. HEX triplet: 32, 66 and 4B. RGB value is (50,102,75). Sum of RGB (Red+Green+Blue) = 50+102+75=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 102 - color contains mainly: green. Hex color #32664B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32664B is #CD99B4. Grayscale: #535353. Windows color (decimal): -13474229 or 4941362. OLE color: 4941362.
HSL color Cylindrical-coordinate representation of color #32664B: hue angle of 148.85º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #32664B is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 50 | 102 | 75 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.6 |
| HSL | 148.85º | 0.34% | 0.3% | - |
| HSV(B) | 148.85º | 0.51% | 0.4% | - |
| XYZ | 7.34 | 10.69 | 8.33 | - |
| YUV | 83.37 | 123.27 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 75 | 0.51 | 0 | 0.26 | 0.6 | 148.85 | 0.34 | 0.3 |
| Hex | 32 | 66 | 4B | 33 | 0 | 1A | 3C | 95 | 22 | 1E |
| Octal | 62 | 146 | 113 | 63 | 0 | 32 | 74 | 225 | 42 | 36 |
| Binary | 110010 | 1100110 | 1001011 | 110011 | 0 | 11010 | 111100 | 10010101 | 100010 | 11110 |
Color Harmonies of #32664B
Complementary color
Monochromatic Colors of #32664B
Black with #32664B
Text Example
Text Example
White with #32664B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32664B; }
p { color: rgb(50,102,75); }
H1.HeaderClassName
{
color: #32664B;
}
.AnyTagClassName
{
color: #32664B;
}
</style>
background-color css
<style>
a { background-color: #32664B; }
a { background-color: rgb(50,102,75); }
div.DivClassName
{
background-color: #32664B;
}
.BgClassName
{
background-color: #32664B;
}
</style>
border-color css
<style>
span { border-color: #32664B; }
span { border-color: rgb(50,102,75); }
td.TdClassName
{
border-color: #32664B;
}
.TagClassName
{
border-color: #32664B;
}
</style>