Shades of Green House #356D28
Tints of Green House #356D28
RGB
CMYK
RGB Variations
Color information
#356D28 (or 0x356D28) is known color: Green House. HEX triplet: 35, 6D and 28. RGB value is (53,109,40). Sum of RGB (Red+Green+Blue) = 53+109+40=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 109 (42.97% from 255 or 53.96% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 109 - color contains mainly: green. Hex color #356D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356D28 is #CA92D7. Grayscale: #545454. Windows color (decimal): -13275864 or 2649397. OLE color: 2649397.
HSL color Cylindrical-coordinate representation of color #356D28: hue angle of 108.7º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #356D28 is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 109 | 40 | - |
| CMYK | 0.51 | 0 | 0.63 | 0.57 |
| HSL | 108.7º | 0.46% | 0.29% | - |
| HSV(B) | 108.7º | 0.63% | 0.43% | - |
| XYZ | 7.32 | 11.85 | 3.91 | - |
| YUV | 84.39 | 102.95 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 109 | 40 | 0.51 | 0 | 0.63 | 0.57 | 108.7 | 0.46 | 0.29 |
| Hex | 35 | 6D | 28 | 33 | 0 | 3F | 39 | 6D | 2E | 1D |
| Octal | 65 | 155 | 50 | 63 | 0 | 77 | 71 | 155 | 56 | 35 |
| Binary | 110101 | 1101101 | 101000 | 110011 | 0 | 111111 | 111001 | 1101101 | 101110 | 11101 |
Color Harmonies of #356D28
Complementary color
Monochromatic Colors of #356D28
Black with #356D28
Text Example
Text Example
White with #356D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356D28; }
p { color: rgb(53,109,40); }
H1.HeaderClassName
{
color: #356D28;
}
.AnyTagClassName
{
color: #356D28;
}
</style>
background-color css
<style>
a { background-color: #356D28; }
a { background-color: rgb(53,109,40); }
div.DivClassName
{
background-color: #356D28;
}
.BgClassName
{
background-color: #356D28;
}
</style>
border-color css
<style>
span { border-color: #356D28; }
span { border-color: rgb(53,109,40); }
td.TdClassName
{
border-color: #356D28;
}
.TagClassName
{
border-color: #356D28;
}
</style>