Shades of Green Pea #32694A
Tints of Green Pea #32694A
RGB
CMYK
RGB Variations
Color information
#32694A (or 0x32694A) is known color: Green Pea. HEX triplet: 32, 69 and 4A. RGB value is (50,105,74). Sum of RGB (Red+Green+Blue) = 50+105+74=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 105 - color contains mainly: green. Hex color #32694A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32694A is #CD96B5. Grayscale: #555555. Windows color (decimal): -13473462 or 4876594. OLE color: 4876594.
HSL color Cylindrical-coordinate representation of color #32694A: hue angle of 146.18º 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 #32694A is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 50 | 105 | 74 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.59 |
| HSL | 146.18º | 0.35% | 0.3% | - |
| HSV(B) | 146.18º | 0.52% | 0.41% | - |
| XYZ | 7.6 | 11.28 | 8.25 | - |
| YUV | 85.02 | 121.78 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 105 | 74 | 0.52 | 0 | 0.30 | 0.59 | 146.18 | 0.35 | 0.3 |
| Hex | 32 | 69 | 4A | 34 | 0 | 1E | 3B | 92 | 23 | 1E |
| Octal | 62 | 151 | 112 | 64 | 0 | 36 | 73 | 222 | 43 | 36 |
| Binary | 110010 | 1101001 | 1001010 | 110100 | 0 | 11110 | 111011 | 10010010 | 100011 | 11110 |
Color Harmonies of #32694A
Complementary color
Monochromatic Colors of #32694A
Black with #32694A
Text Example
Text Example
White with #32694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32694A; }
p { color: rgb(50,105,74); }
H1.HeaderClassName
{
color: #32694A;
}
.AnyTagClassName
{
color: #32694A;
}
</style>
background-color css
<style>
a { background-color: #32694A; }
a { background-color: rgb(50,105,74); }
div.DivClassName
{
background-color: #32694A;
}
.BgClassName
{
background-color: #32694A;
}
</style>
border-color css
<style>
span { border-color: #32694A; }
span { border-color: rgb(50,105,74); }
td.TdClassName
{
border-color: #32694A;
}
.TagClassName
{
border-color: #32694A;
}
</style>