Shades of Green Pea #32644A
Tints of Green Pea #32644A
RGB
CMYK
RGB Variations
Color information
#32644A (or 0x32644A) is known color: Green Pea. HEX triplet: 32, 64 and 4A. RGB value is (50,100,74). Sum of RGB (Red+Green+Blue) = 50+100+74=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 100 (39.45% from 255 or 44.64% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 100 - color contains mainly: green. Hex color #32644A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32644A is #CD9BB5. Grayscale: #525252. Windows color (decimal): -13474742 or 4875314. OLE color: 4875314.
HSL color Cylindrical-coordinate representation of color #32644A: hue angle of 148.8º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #32644A is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 100 | 74 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.61 |
| HSL | 148.8º | 0.33% | 0.29% | - |
| HSV(B) | 148.8º | 0.5% | 0.39% | - |
| XYZ | 7.11 | 10.29 | 8.09 | - |
| YUV | 82.09 | 123.44 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 100 | 74 | 0.50 | 0 | 0.26 | 0.61 | 148.8 | 0.33 | 0.29 |
| Hex | 32 | 64 | 4A | 32 | 0 | 1A | 3D | 95 | 21 | 1D |
| Octal | 62 | 144 | 112 | 62 | 0 | 32 | 75 | 225 | 41 | 35 |
| Binary | 110010 | 1100100 | 1001010 | 110010 | 0 | 11010 | 111101 | 10010101 | 100001 | 11101 |
Color Harmonies of #32644A
Complementary color
Monochromatic Colors of #32644A
Black with #32644A
Text Example
Text Example
White with #32644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32644A; }
p { color: rgb(50,100,74); }
H1.HeaderClassName
{
color: #32644A;
}
.AnyTagClassName
{
color: #32644A;
}
</style>
background-color css
<style>
a { background-color: #32644A; }
a { background-color: rgb(50,100,74); }
div.DivClassName
{
background-color: #32644A;
}
.BgClassName
{
background-color: #32644A;
}
</style>
border-color css
<style>
span { border-color: #32644A; }
span { border-color: rgb(50,100,74); }
td.TdClassName
{
border-color: #32644A;
}
.TagClassName
{
border-color: #32644A;
}
</style>