Shades of Green House #35572E
Tints of Green House #35572E
RGB
CMYK
RGB Variations
Color information
#35572E (or 0x35572E) is known color: Green House. HEX triplet: 35, 57 and 2E. RGB value is (53,87,46). Sum of RGB (Red+Green+Blue) = 53+87+46=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 87 (34.38% from 255 or 46.77% from 186); Blue value is 46 (18.36% from 255 or 24.73% from 186); Max value from RGB is 87 - color contains mainly: green. Hex color #35572E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35572E is #CAA8D1. Grayscale: #484848. Windows color (decimal): -13281490 or 3036981. OLE color: 3036981.
HSL color Cylindrical-coordinate representation of color #35572E: hue angle of 109.76º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #35572E is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 53 | 87 | 46 | - |
| CMYK | 0.39 | 0 | 0.47 | 0.66 |
| HSL | 109.76º | 0.31% | 0.26% | - |
| HSV(B) | 109.76º | 0.47% | 0.34% | - |
| XYZ | 5.37 | 7.77 | 3.8 | - |
| YUV | 72.16 | 113.24 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 87 | 46 | 0.39 | 0 | 0.47 | 0.66 | 109.76 | 0.31 | 0.26 |
| Hex | 35 | 57 | 2E | 27 | 0 | 2F | 42 | 6E | 1F | 1A |
| Octal | 65 | 127 | 56 | 47 | 0 | 57 | 102 | 156 | 37 | 32 |
| Binary | 110101 | 1010111 | 101110 | 100111 | 0 | 101111 | 1000010 | 1101110 | 11111 | 11010 |
Color Harmonies of #35572E
Complementary color
Monochromatic Colors of #35572E
Black with #35572E
Text Example
Text Example
White with #35572E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35572E; }
p { color: rgb(53,87,46); }
H1.HeaderClassName
{
color: #35572E;
}
.AnyTagClassName
{
color: #35572E;
}
</style>
background-color css
<style>
a { background-color: #35572E; }
a { background-color: rgb(53,87,46); }
div.DivClassName
{
background-color: #35572E;
}
.BgClassName
{
background-color: #35572E;
}
</style>
border-color css
<style>
span { border-color: #35572E; }
span { border-color: rgb(53,87,46); }
td.TdClassName
{
border-color: #35572E;
}
.TagClassName
{
border-color: #35572E;
}
</style>