Shades of Green Pea #356A47
Tints of Green Pea #356A47
RGB
CMYK
RGB Variations
Color information
#356A47 (or 0x356A47) is known color: Green Pea. HEX triplet: 35, 6A and 47. RGB value is (53,106,71). Sum of RGB (Red+Green+Blue) = 53+106+71=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 106 (41.80% from 255 or 46.09% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 106 - color contains mainly: green. Hex color #356A47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356A47 is #CA95B8. Grayscale: #565656. Windows color (decimal): -13276601 or 4680245. OLE color: 4680245.
HSL color Cylindrical-coordinate representation of color #356A47: hue angle of 140.38º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356A47 is Cyan = 0.5, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 106 | 71 | - |
| CMYK | 0.5 | 0 | 0.33 | 0.58 |
| HSL | 140.38º | 0.33% | 0.31% | - |
| HSV(B) | 140.38º | 0.5% | 0.42% | - |
| XYZ | 7.76 | 11.52 | 7.78 | - |
| YUV | 86.16 | 119.44 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 106 | 71 | 0.5 | 0 | 0.33 | 0.58 | 140.38 | 0.33 | 0.31 |
| Hex | 35 | 6A | 47 | 32 | 0 | 21 | 3A | 8C | 21 | 1F |
| Octal | 65 | 152 | 107 | 62 | 0 | 41 | 72 | 214 | 41 | 37 |
| Binary | 110101 | 1101010 | 1000111 | 110010 | 0 | 100001 | 111010 | 10001100 | 100001 | 11111 |
Color Harmonies of #356A47
Complementary color
Monochromatic Colors of #356A47
Black with #356A47
Text Example
Text Example
White with #356A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356A47; }
p { color: rgb(53,106,71); }
H1.HeaderClassName
{
color: #356A47;
}
.AnyTagClassName
{
color: #356A47;
}
</style>
background-color css
<style>
a { background-color: #356A47; }
a { background-color: rgb(53,106,71); }
div.DivClassName
{
background-color: #356A47;
}
.BgClassName
{
background-color: #356A47;
}
</style>
border-color css
<style>
span { border-color: #356A47; }
span { border-color: rgb(53,106,71); }
td.TdClassName
{
border-color: #356A47;
}
.TagClassName
{
border-color: #356A47;
}
</style>