Shades of Green House #356B29
Tints of Green House #356B29
RGB
CMYK
RGB Variations
Color information
#356B29 (or 0x356B29) is known color: Green House. HEX triplet: 35, 6B and 29. RGB value is (53,107,41). Sum of RGB (Red+Green+Blue) = 53+107+41=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 107 (42.19% from 255 or 53.23% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 107 - color contains mainly: green. Hex color #356B29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356B29 is #CA94D6. Grayscale: #535353. Windows color (decimal): -13276375 or 2714421. OLE color: 2714421.
HSL color Cylindrical-coordinate representation of color #356B29: hue angle of 109.09º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #356B29 is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 107 | 41 | - |
| CMYK | 0.50 | 0 | 0.62 | 0.58 |
| HSL | 109.09º | 0.45% | 0.29% | - |
| HSV(B) | 109.09º | 0.62% | 0.42% | - |
| XYZ | 7.13 | 11.43 | 3.93 | - |
| YUV | 83.33 | 104.11 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 41 | 0.50 | 0 | 0.62 | 0.58 | 109.09 | 0.45 | 0.29 |
| Hex | 35 | 6B | 29 | 32 | 0 | 3E | 3A | 6D | 2D | 1D |
| Octal | 65 | 153 | 51 | 62 | 0 | 76 | 72 | 155 | 55 | 35 |
| Binary | 110101 | 1101011 | 101001 | 110010 | 0 | 111110 | 111010 | 1101101 | 101101 | 11101 |
Color Harmonies of #356B29
Complementary color
Monochromatic Colors of #356B29
Black with #356B29
Text Example
Text Example
White with #356B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356B29; }
p { color: rgb(53,107,41); }
H1.HeaderClassName
{
color: #356B29;
}
.AnyTagClassName
{
color: #356B29;
}
</style>
background-color css
<style>
a { background-color: #356B29; }
a { background-color: rgb(53,107,41); }
div.DivClassName
{
background-color: #356B29;
}
.BgClassName
{
background-color: #356B29;
}
</style>
border-color css
<style>
span { border-color: #356B29; }
span { border-color: rgb(53,107,41); }
td.TdClassName
{
border-color: #356B29;
}
.TagClassName
{
border-color: #356B29;
}
</style>