Shades of Green House #356A28
Tints of Green House #356A28
RGB
CMYK
RGB Variations
Color information
#356A28 (or 0x356A28) is known color: Green House. HEX triplet: 35, 6A and 28. RGB value is (53,106,40). Sum of RGB (Red+Green+Blue) = 53+106+40=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 106 (41.80% from 255 or 53.27% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 106 - color contains mainly: green. Hex color #356A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356A28 is #CA95D7. Grayscale: #525252. Windows color (decimal): -13276632 or 2648629. OLE color: 2648629.
HSL color Cylindrical-coordinate representation of color #356A28: hue angle of 108.18º 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 #356A28 is Cyan = 0.5, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 106 | 40 | - |
| CMYK | 0.5 | 0 | 0.62 | 0.58 |
| HSL | 108.18º | 0.45% | 0.29% | - |
| HSV(B) | 108.18º | 0.62% | 0.42% | - |
| XYZ | 7.01 | 11.22 | 3.8 | - |
| YUV | 82.63 | 103.94 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 106 | 40 | 0.5 | 0 | 0.62 | 0.58 | 108.18 | 0.45 | 0.29 |
| Hex | 35 | 6A | 28 | 32 | 0 | 3E | 3A | 6C | 2D | 1D |
| Octal | 65 | 152 | 50 | 62 | 0 | 76 | 72 | 154 | 55 | 35 |
| Binary | 110101 | 1101010 | 101000 | 110010 | 0 | 111110 | 111010 | 1101100 | 101101 | 11101 |
Color Harmonies of #356A28
Complementary color
Monochromatic Colors of #356A28
Black with #356A28
Text Example
Text Example
White with #356A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356A28; }
p { color: rgb(53,106,40); }
H1.HeaderClassName
{
color: #356A28;
}
.AnyTagClassName
{
color: #356A28;
}
</style>
background-color css
<style>
a { background-color: #356A28; }
a { background-color: rgb(53,106,40); }
div.DivClassName
{
background-color: #356A28;
}
.BgClassName
{
background-color: #356A28;
}
</style>
border-color css
<style>
span { border-color: #356A28; }
span { border-color: rgb(53,106,40); }
td.TdClassName
{
border-color: #356A28;
}
.TagClassName
{
border-color: #356A28;
}
</style>