Shades of Green Pea #32654B
Tints of Green Pea #32654B
RGB
CMYK
RGB Variations
Color information
#32654B (or 0x32654B) is known color: Green Pea. HEX triplet: 32, 65 and 4B. RGB value is (50,101,75). Sum of RGB (Red+Green+Blue) = 50+101+75=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 101 - color contains mainly: green. Hex color #32654B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32654B is #CD9AB4. Grayscale: #525252. Windows color (decimal): -13474485 or 4941106. OLE color: 4941106.
HSL color Cylindrical-coordinate representation of color #32654B: hue angle of 149.41º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #32654B is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 101 | 75 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.60 |
| HSL | 149.41º | 0.34% | 0.3% | - |
| HSV(B) | 149.41º | 0.5% | 0.4% | - |
| XYZ | 7.24 | 10.49 | 8.3 | - |
| YUV | 82.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 101 | 75 | 0.50 | 0 | 0.26 | 0.60 | 149.41 | 0.34 | 0.3 |
| Hex | 32 | 65 | 4B | 32 | 0 | 1A | 3C | 95 | 22 | 1E |
| Octal | 62 | 145 | 113 | 62 | 0 | 32 | 74 | 225 | 42 | 36 |
| Binary | 110010 | 1100101 | 1001011 | 110010 | 0 | 11010 | 111100 | 10010101 | 100010 | 11110 |
Color Harmonies of #32654B
Complementary color
Monochromatic Colors of #32654B
Black with #32654B
Text Example
Text Example
White with #32654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32654B; }
p { color: rgb(50,101,75); }
H1.HeaderClassName
{
color: #32654B;
}
.AnyTagClassName
{
color: #32654B;
}
</style>
background-color css
<style>
a { background-color: #32654B; }
a { background-color: rgb(50,101,75); }
div.DivClassName
{
background-color: #32654B;
}
.BgClassName
{
background-color: #32654B;
}
</style>
border-color css
<style>
span { border-color: #32654B; }
span { border-color: rgb(50,101,75); }
td.TdClassName
{
border-color: #32654B;
}
.TagClassName
{
border-color: #32654B;
}
</style>