Shades of Green Pea #356949
Tints of Green Pea #356949
RGB
CMYK
RGB Variations
Color information
#356949 (or 0x356949) is known color: Green Pea. HEX triplet: 35, 69 and 49. RGB value is (53,105,73). Sum of RGB (Red+Green+Blue) = 53+105+73=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 105 - color contains mainly: green. Hex color #356949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356949 is #CA96B6. Grayscale: #555555. Windows color (decimal): -13276855 or 4811061. OLE color: 4811061.
HSL color Cylindrical-coordinate representation of color #356949: hue angle of 143.08º 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 #356949 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 105 | 73 | - |
| CMYK | 0.50 | 0 | 0.30 | 0.59 |
| HSL | 143.08º | 0.33% | 0.31% | - |
| HSV(B) | 143.08º | 0.5% | 0.41% | - |
| XYZ | 7.72 | 11.34 | 8.09 | - |
| YUV | 85.8 | 120.77 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 105 | 73 | 0.50 | 0 | 0.30 | 0.59 | 143.08 | 0.33 | 0.31 |
| Hex | 35 | 69 | 49 | 32 | 0 | 1E | 3B | 8F | 21 | 1F |
| Octal | 65 | 151 | 111 | 62 | 0 | 36 | 73 | 217 | 41 | 37 |
| Binary | 110101 | 1101001 | 1001001 | 110010 | 0 | 11110 | 111011 | 10001111 | 100001 | 11111 |
Color Harmonies of #356949
Complementary color
Monochromatic Colors of #356949
Black with #356949
Text Example
Text Example
White with #356949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356949; }
p { color: rgb(53,105,73); }
H1.HeaderClassName
{
color: #356949;
}
.AnyTagClassName
{
color: #356949;
}
</style>
background-color css
<style>
a { background-color: #356949; }
a { background-color: rgb(53,105,73); }
div.DivClassName
{
background-color: #356949;
}
.BgClassName
{
background-color: #356949;
}
</style>
border-color css
<style>
span { border-color: #356949; }
span { border-color: rgb(53,105,73); }
td.TdClassName
{
border-color: #356949;
}
.TagClassName
{
border-color: #356949;
}
</style>