Shades of Green Pea #356647
Tints of Green Pea #356647
RGB
CMYK
RGB Variations
Color information
#356647 (or 0x356647) is known color: Green Pea. HEX triplet: 35, 66 and 47. RGB value is (53,102,71). Sum of RGB (Red+Green+Blue) = 53+102+71=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 102 - color contains mainly: green. Hex color #356647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356647 is #CA99B8. Grayscale: #535353. Windows color (decimal): -13277625 or 4679221. OLE color: 4679221.
HSL color Cylindrical-coordinate representation of color #356647: hue angle of 142.04º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #356647 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 53 | 102 | 71 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.6 |
| HSL | 142.04º | 0.32% | 0.3% | - |
| HSV(B) | 142.04º | 0.48% | 0.4% | - |
| XYZ | 7.36 | 10.71 | 7.64 | - |
| YUV | 83.82 | 120.77 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 102 | 71 | 0.48 | 0 | 0.30 | 0.6 | 142.04 | 0.32 | 0.3 |
| Hex | 35 | 66 | 47 | 30 | 0 | 1E | 3C | 8E | 20 | 1E |
| Octal | 65 | 146 | 107 | 60 | 0 | 36 | 74 | 216 | 40 | 36 |
| Binary | 110101 | 1100110 | 1000111 | 110000 | 0 | 11110 | 111100 | 10001110 | 100000 | 11110 |
Color Harmonies of #356647
Complementary color
Monochromatic Colors of #356647
Black with #356647
Text Example
Text Example
White with #356647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356647; }
p { color: rgb(53,102,71); }
H1.HeaderClassName
{
color: #356647;
}
.AnyTagClassName
{
color: #356647;
}
</style>
background-color css
<style>
a { background-color: #356647; }
a { background-color: rgb(53,102,71); }
div.DivClassName
{
background-color: #356647;
}
.BgClassName
{
background-color: #356647;
}
</style>
border-color css
<style>
span { border-color: #356647; }
span { border-color: rgb(53,102,71); }
td.TdClassName
{
border-color: #356647;
}
.TagClassName
{
border-color: #356647;
}
</style>