Shades of Green Pea #32674A
Tints of Green Pea #32674A
RGB
CMYK
RGB Variations
Color information
#32674A (or 0x32674A) is known color: Green Pea. HEX triplet: 32, 67 and 4A. RGB value is (50,103,74). Sum of RGB (Red+Green+Blue) = 50+103+74=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 103 (40.62% from 255 or 45.37% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 103 - color contains mainly: green. Hex color #32674A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32674A is #CD98B5. Grayscale: #535353. Windows color (decimal): -13473974 or 4876082. OLE color: 4876082.
HSL color Cylindrical-coordinate representation of color #32674A: hue angle of 147.17º degrees, saturation: 0.35, 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 #32674A is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 103 | 74 | - |
| CMYK | 0.51 | 0 | 0.28 | 0.60 |
| HSL | 147.17º | 0.35% | 0.3% | - |
| HSV(B) | 147.17º | 0.51% | 0.4% | - |
| XYZ | 7.4 | 10.87 | 8.19 | - |
| YUV | 83.85 | 122.44 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 103 | 74 | 0.51 | 0 | 0.28 | 0.60 | 147.17 | 0.35 | 0.3 |
| Hex | 32 | 67 | 4A | 33 | 0 | 1C | 3C | 93 | 23 | 1E |
| Octal | 62 | 147 | 112 | 63 | 0 | 34 | 74 | 223 | 43 | 36 |
| Binary | 110010 | 1100111 | 1001010 | 110011 | 0 | 11100 | 111100 | 10010011 | 100011 | 11110 |
Color Harmonies of #32674A
Complementary color
Monochromatic Colors of #32674A
Black with #32674A
Text Example
Text Example
White with #32674A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32674A; }
p { color: rgb(50,103,74); }
H1.HeaderClassName
{
color: #32674A;
}
.AnyTagClassName
{
color: #32674A;
}
</style>
background-color css
<style>
a { background-color: #32674A; }
a { background-color: rgb(50,103,74); }
div.DivClassName
{
background-color: #32674A;
}
.BgClassName
{
background-color: #32674A;
}
</style>
border-color css
<style>
span { border-color: #32674A; }
span { border-color: rgb(50,103,74); }
td.TdClassName
{
border-color: #32674A;
}
.TagClassName
{
border-color: #32674A;
}
</style>