Shades of Green House #356E2B
Tints of Green House #356E2B
RGB
CMYK
RGB Variations
Color information
#356E2B (or 0x356E2B) is known color: Green House. HEX triplet: 35, 6E and 2B. RGB value is (53,110,43). Sum of RGB (Red+Green+Blue) = 53+110+43=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 110 (43.36% from 255 or 53.40% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 110 - color contains mainly: green. Hex color #356E2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356E2B is #CA91D4. Grayscale: #555555. Windows color (decimal): -13275605 or 2846261. OLE color: 2846261.
HSL color Cylindrical-coordinate representation of color #356E2B: hue angle of 111.04º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #356E2B is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 110 | 43 | - |
| CMYK | 0.52 | 0 | 0.61 | 0.57 |
| HSL | 111.04º | 0.44% | 0.3% | - |
| HSV(B) | 111.04º | 0.61% | 0.43% | - |
| XYZ | 7.48 | 12.08 | 4.22 | - |
| YUV | 85.32 | 104.12 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 110 | 43 | 0.52 | 0 | 0.61 | 0.57 | 111.04 | 0.44 | 0.3 |
| Hex | 35 | 6E | 2B | 34 | 0 | 3D | 39 | 6F | 2C | 1E |
| Octal | 65 | 156 | 53 | 64 | 0 | 75 | 71 | 157 | 54 | 36 |
| Binary | 110101 | 1101110 | 101011 | 110100 | 0 | 111101 | 111001 | 1101111 | 101100 | 11110 |
Color Harmonies of #356E2B
Complementary color
Monochromatic Colors of #356E2B
Black with #356E2B
Text Example
Text Example
White with #356E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356E2B; }
p { color: rgb(53,110,43); }
H1.HeaderClassName
{
color: #356E2B;
}
.AnyTagClassName
{
color: #356E2B;
}
</style>
background-color css
<style>
a { background-color: #356E2B; }
a { background-color: rgb(53,110,43); }
div.DivClassName
{
background-color: #356E2B;
}
.BgClassName
{
background-color: #356E2B;
}
</style>
border-color css
<style>
span { border-color: #356E2B; }
span { border-color: rgb(53,110,43); }
td.TdClassName
{
border-color: #356E2B;
}
.TagClassName
{
border-color: #356E2B;
}
</style>