Shades of Green Pea #356247
Tints of Green Pea #356247
RGB
CMYK
RGB Variations
Color information
#356247 (or 0x356247) is known color: Green Pea. HEX triplet: 35, 62 and 47. RGB value is (53,98,71). Sum of RGB (Red+Green+Blue) = 53+98+71=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 98 - color contains mainly: green. Hex color #356247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356247 is #CA9DB8. Grayscale: #515151. Windows color (decimal): -13278649 or 4678197. OLE color: 4678197.
HSL color Cylindrical-coordinate representation of color #356247: hue angle of 144º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #356247 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 98 | 71 | - |
| CMYK | 0.46 | 0 | 0.28 | 0.62 |
| HSL | 144º | 0.3% | 0.3% | - |
| HSV(B) | 144º | 0.46% | 0.38% | - |
| XYZ | 6.97 | 9.95 | 7.51 | - |
| YUV | 81.47 | 122.09 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 98 | 71 | 0.46 | 0 | 0.28 | 0.62 | 144 | 0.3 | 0.3 |
| Hex | 35 | 62 | 47 | 2E | 0 | 1C | 3E | 90 | 1E | 1E |
| Octal | 65 | 142 | 107 | 56 | 0 | 34 | 76 | 220 | 36 | 36 |
| Binary | 110101 | 1100010 | 1000111 | 101110 | 0 | 11100 | 111110 | 10010000 | 11110 | 11110 |
Color Harmonies of #356247
Complementary color
Monochromatic Colors of #356247
Black with #356247
Text Example
Text Example
White with #356247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356247; }
p { color: rgb(53,98,71); }
H1.HeaderClassName
{
color: #356247;
}
.AnyTagClassName
{
color: #356247;
}
</style>
background-color css
<style>
a { background-color: #356247; }
a { background-color: rgb(53,98,71); }
div.DivClassName
{
background-color: #356247;
}
.BgClassName
{
background-color: #356247;
}
</style>
border-color css
<style>
span { border-color: #356247; }
span { border-color: rgb(53,98,71); }
td.TdClassName
{
border-color: #356247;
}
.TagClassName
{
border-color: #356247;
}
</style>