Shades of Green Pea #32694C
Tints of Green Pea #32694C
RGB
CMYK
RGB Variations
Color information
#32694C (or 0x32694C) is known color: Green Pea. HEX triplet: 32, 69 and 4C. RGB value is (50,105,76). Sum of RGB (Red+Green+Blue) = 50+105+76=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 105 - color contains mainly: green. Hex color #32694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32694C is #CD96B3. Grayscale: #555555. Windows color (decimal): -13473460 or 5007666. OLE color: 5007666.
HSL color Cylindrical-coordinate representation of color #32694C: hue angle of 148.36º 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 #32694C is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 50 | 105 | 76 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.59 |
| HSL | 148.36º | 0.35% | 0.3% | - |
| HSV(B) | 148.36º | 0.52% | 0.41% | - |
| XYZ | 7.67 | 11.3 | 8.61 | - |
| YUV | 85.25 | 122.78 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 105 | 76 | 0.52 | 0 | 0.28 | 0.59 | 148.36 | 0.35 | 0.3 |
| Hex | 32 | 69 | 4C | 34 | 0 | 1C | 3B | 94 | 23 | 1E |
| Octal | 62 | 151 | 114 | 64 | 0 | 34 | 73 | 224 | 43 | 36 |
| Binary | 110010 | 1101001 | 1001100 | 110100 | 0 | 11100 | 111011 | 10010100 | 100011 | 11110 |
Color Harmonies of #32694C
Complementary color
Monochromatic Colors of #32694C
Black with #32694C
Text Example
Text Example
White with #32694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32694C; }
p { color: rgb(50,105,76); }
H1.HeaderClassName
{
color: #32694C;
}
.AnyTagClassName
{
color: #32694C;
}
</style>
background-color css
<style>
a { background-color: #32694C; }
a { background-color: rgb(50,105,76); }
div.DivClassName
{
background-color: #32694C;
}
.BgClassName
{
background-color: #32694C;
}
</style>
border-color css
<style>
span { border-color: #32694C; }
span { border-color: rgb(50,105,76); }
td.TdClassName
{
border-color: #32694C;
}
.TagClassName
{
border-color: #32694C;
}
</style>