Shades of Green House #356A2C
Tints of Green House #356A2C
RGB
CMYK
RGB Variations
Color information
#356A2C (or 0x356A2C) is known color: Green House. HEX triplet: 35, 6A and 2C. RGB value is (53,106,44). Sum of RGB (Red+Green+Blue) = 53+106+44=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 106 (41.80% from 255 or 52.22% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 106 - color contains mainly: green. Hex color #356A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356A2C is #CA95D3. Grayscale: #535353. Windows color (decimal): -13276628 or 2910773. OLE color: 2910773.
HSL color Cylindrical-coordinate representation of color #356A2C: hue angle of 111.29º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #356A2C is Cyan = 0.5, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 106 | 44 | - |
| CMYK | 0.5 | 0 | 0.58 | 0.58 |
| HSL | 111.29º | 0.41% | 0.29% | - |
| HSV(B) | 111.29º | 0.58% | 0.42% | - |
| XYZ | 7.08 | 11.25 | 4.18 | - |
| YUV | 83.09 | 105.94 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 106 | 44 | 0.5 | 0 | 0.58 | 0.58 | 111.29 | 0.41 | 0.29 |
| Hex | 35 | 6A | 2C | 32 | 0 | 3A | 3A | 6F | 29 | 1D |
| Octal | 65 | 152 | 54 | 62 | 0 | 72 | 72 | 157 | 51 | 35 |
| Binary | 110101 | 1101010 | 101100 | 110010 | 0 | 111010 | 111010 | 1101111 | 101001 | 11101 |
Color Harmonies of #356A2C
Complementary color
Monochromatic Colors of #356A2C
Black with #356A2C
Text Example
Text Example
White with #356A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356A2C; }
p { color: rgb(53,106,44); }
H1.HeaderClassName
{
color: #356A2C;
}
.AnyTagClassName
{
color: #356A2C;
}
</style>
background-color css
<style>
a { background-color: #356A2C; }
a { background-color: rgb(53,106,44); }
div.DivClassName
{
background-color: #356A2C;
}
.BgClassName
{
background-color: #356A2C;
}
</style>
border-color css
<style>
span { border-color: #356A2C; }
span { border-color: rgb(53,106,44); }
td.TdClassName
{
border-color: #356A2C;
}
.TagClassName
{
border-color: #356A2C;
}
</style>