Shades of Green Pea #356549
Tints of Green Pea #356549
RGB
CMYK
RGB Variations
Color information
#356549 (or 0x356549) is known color: Green Pea. HEX triplet: 35, 65 and 49. RGB value is (53,101,73). Sum of RGB (Red+Green+Blue) = 53+101+73=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 101 - color contains mainly: green. Hex color #356549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356549 is #CA9AB6. Grayscale: #535353. Windows color (decimal): -13277879 or 4810037. OLE color: 4810037.
HSL color Cylindrical-coordinate representation of color #356549: hue angle of 145º degrees, saturation: 0.31, 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 #356549 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 101 | 73 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.60 |
| HSL | 145º | 0.31% | 0.3% | - |
| HSV(B) | 145º | 0.48% | 0.4% | - |
| XYZ | 7.32 | 10.55 | 7.95 | - |
| YUV | 83.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 101 | 73 | 0.48 | 0 | 0.28 | 0.60 | 145 | 0.31 | 0.3 |
| Hex | 35 | 65 | 49 | 30 | 0 | 1C | 3C | 91 | 1F | 1E |
| Octal | 65 | 145 | 111 | 60 | 0 | 34 | 74 | 221 | 37 | 36 |
| Binary | 110101 | 1100101 | 1001001 | 110000 | 0 | 11100 | 111100 | 10010001 | 11111 | 11110 |
Color Harmonies of #356549
Complementary color
Monochromatic Colors of #356549
Black with #356549
Text Example
Text Example
White with #356549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356549; }
p { color: rgb(53,101,73); }
H1.HeaderClassName
{
color: #356549;
}
.AnyTagClassName
{
color: #356549;
}
</style>
background-color css
<style>
a { background-color: #356549; }
a { background-color: rgb(53,101,73); }
div.DivClassName
{
background-color: #356549;
}
.BgClassName
{
background-color: #356549;
}
</style>
border-color css
<style>
span { border-color: #356549; }
span { border-color: rgb(53,101,73); }
td.TdClassName
{
border-color: #356549;
}
.TagClassName
{
border-color: #356549;
}
</style>