Shades of Green Pea #356947
Tints of Green Pea #356947
RGB
CMYK
RGB Variations
Color information
#356947 (or 0x356947) is known color: Green Pea. HEX triplet: 35, 69 and 47. RGB value is (53,105,71). Sum of RGB (Red+Green+Blue) = 53+105+71=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 71 (28.12% from 255 or 31.00% from 229); Max value from RGB is 105 - color contains mainly: green. Hex color #356947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356947 is #CA96B8. Grayscale: #555555. Windows color (decimal): -13276857 or 4679989. OLE color: 4679989.
HSL color Cylindrical-coordinate representation of color #356947: hue angle of 140.77º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356947 is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 105 | 71 | - |
| CMYK | 0.50 | 0 | 0.32 | 0.59 |
| HSL | 140.77º | 0.33% | 0.31% | - |
| HSV(B) | 140.77º | 0.5% | 0.41% | - |
| XYZ | 7.66 | 11.31 | 7.74 | - |
| YUV | 85.58 | 119.77 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 105 | 71 | 0.50 | 0 | 0.32 | 0.59 | 140.77 | 0.33 | 0.31 |
| Hex | 35 | 69 | 47 | 32 | 0 | 20 | 3B | 8D | 21 | 1F |
| Octal | 65 | 151 | 107 | 62 | 0 | 40 | 73 | 215 | 41 | 37 |
| Binary | 110101 | 1101001 | 1000111 | 110010 | 0 | 100000 | 111011 | 10001101 | 100001 | 11111 |
Color Harmonies of #356947
Complementary color
Monochromatic Colors of #356947
Black with #356947
Text Example
Text Example
White with #356947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356947; }
p { color: rgb(53,105,71); }
H1.HeaderClassName
{
color: #356947;
}
.AnyTagClassName
{
color: #356947;
}
</style>
background-color css
<style>
a { background-color: #356947; }
a { background-color: rgb(53,105,71); }
div.DivClassName
{
background-color: #356947;
}
.BgClassName
{
background-color: #356947;
}
</style>
border-color css
<style>
span { border-color: #356947; }
span { border-color: rgb(53,105,71); }
td.TdClassName
{
border-color: #356947;
}
.TagClassName
{
border-color: #356947;
}
</style>