Shades of Green Pea #356546
Tints of Green Pea #356546
RGB
CMYK
RGB Variations
Color information
#356546 (or 0x356546) is known color: Green Pea. HEX triplet: 35, 65 and 46. RGB value is (53,101,70). Sum of RGB (Red+Green+Blue) = 53+101+70=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 101 - color contains mainly: green. Hex color #356546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356546 is #CA9AB9. Grayscale: #535353. Windows color (decimal): -13277882 or 4613429. OLE color: 4613429.
HSL color Cylindrical-coordinate representation of color #356546: hue angle of 141.25º 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 #356546 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 101 | 70 | - |
| CMYK | 0.48 | 0 | 0.31 | 0.60 |
| HSL | 141.25º | 0.31% | 0.3% | - |
| HSV(B) | 141.25º | 0.48% | 0.4% | - |
| XYZ | 7.23 | 10.51 | 7.44 | - |
| YUV | 83.11 | 120.6 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 101 | 70 | 0.48 | 0 | 0.31 | 0.60 | 141.25 | 0.31 | 0.3 |
| Hex | 35 | 65 | 46 | 30 | 0 | 1F | 3C | 8D | 1F | 1E |
| Octal | 65 | 145 | 106 | 60 | 0 | 37 | 74 | 215 | 37 | 36 |
| Binary | 110101 | 1100101 | 1000110 | 110000 | 0 | 11111 | 111100 | 10001101 | 11111 | 11110 |
Color Harmonies of #356546
Complementary color
Monochromatic Colors of #356546
Black with #356546
Text Example
Text Example
White with #356546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356546; }
p { color: rgb(53,101,70); }
H1.HeaderClassName
{
color: #356546;
}
.AnyTagClassName
{
color: #356546;
}
</style>
background-color css
<style>
a { background-color: #356546; }
a { background-color: rgb(53,101,70); }
div.DivClassName
{
background-color: #356546;
}
.BgClassName
{
background-color: #356546;
}
</style>
border-color css
<style>
span { border-color: #356546; }
span { border-color: rgb(53,101,70); }
td.TdClassName
{
border-color: #356546;
}
.TagClassName
{
border-color: #356546;
}
</style>