Shades of Green House #356D27
Tints of Green House #356D27
RGB
CMYK
RGB Variations
Color information
#356D27 (or 0x356D27) is known color: Green House. HEX triplet: 35, 6D and 27. RGB value is (53,109,39). Sum of RGB (Red+Green+Blue) = 53+109+39=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 109 (42.97% from 255 or 54.23% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 109 - color contains mainly: green. Hex color #356D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356D27 is #CA92D8. Grayscale: #545454. Windows color (decimal): -13275865 or 2583861. OLE color: 2583861.
HSL color Cylindrical-coordinate representation of color #356D27: hue angle of 108º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #356D27 is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 109 | 39 | - |
| CMYK | 0.51 | 0 | 0.64 | 0.57 |
| HSL | 108º | 0.47% | 0.29% | - |
| HSV(B) | 108º | 0.64% | 0.43% | - |
| XYZ | 7.3 | 11.84 | 3.82 | - |
| YUV | 84.28 | 102.45 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 109 | 39 | 0.51 | 0 | 0.64 | 0.57 | 108 | 0.47 | 0.29 |
| Hex | 35 | 6D | 27 | 33 | 0 | 40 | 39 | 6C | 2F | 1D |
| Octal | 65 | 155 | 47 | 63 | 0 | 100 | 71 | 154 | 57 | 35 |
| Binary | 110101 | 1101101 | 100111 | 110011 | 0 | 1000000 | 111001 | 1101100 | 101111 | 11101 |
Color Harmonies of #356D27
Complementary color
Monochromatic Colors of #356D27
Black with #356D27
Text Example
Text Example
White with #356D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356D27; }
p { color: rgb(53,109,39); }
H1.HeaderClassName
{
color: #356D27;
}
.AnyTagClassName
{
color: #356D27;
}
</style>
background-color css
<style>
a { background-color: #356D27; }
a { background-color: rgb(53,109,39); }
div.DivClassName
{
background-color: #356D27;
}
.BgClassName
{
background-color: #356D27;
}
</style>
border-color css
<style>
span { border-color: #356D27; }
span { border-color: rgb(53,109,39); }
td.TdClassName
{
border-color: #356D27;
}
.TagClassName
{
border-color: #356D27;
}
</style>