Shades of Green House #356632
Tints of Green House #356632
RGB
CMYK
RGB Variations
Color information
#356632 (or 0x356632) is known color: Green House. HEX triplet: 35, 66 and 32. RGB value is (53,102,50). Sum of RGB (Red+Green+Blue) = 53+102+50=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #356632 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356632 is #CA99CD. Grayscale: #515151. Windows color (decimal): -13277646 or 3302965. OLE color: 3302965.
HSL color Cylindrical-coordinate representation of color #356632: hue angle of 116.54º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #356632 is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 53 | 102 | 50 | - |
| CMYK | 0.48 | 0 | 0.51 | 0.6 |
| HSL | 116.54º | 0.34% | 0.3% | - |
| HSV(B) | 116.54º | 0.51% | 0.4% | - |
| XYZ | 6.8 | 10.49 | 4.68 | - |
| YUV | 81.42 | 110.27 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 102 | 50 | 0.48 | 0 | 0.51 | 0.6 | 116.54 | 0.34 | 0.3 |
| Hex | 35 | 66 | 32 | 30 | 0 | 33 | 3C | 75 | 22 | 1E |
| Octal | 65 | 146 | 62 | 60 | 0 | 63 | 74 | 165 | 42 | 36 |
| Binary | 110101 | 1100110 | 110010 | 110000 | 0 | 110011 | 111100 | 1110101 | 100010 | 11110 |
Color Harmonies of #356632
Complementary color
Monochromatic Colors of #356632
Black with #356632
Text Example
Text Example
White with #356632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356632; }
p { color: rgb(53,102,50); }
H1.HeaderClassName
{
color: #356632;
}
.AnyTagClassName
{
color: #356632;
}
</style>
background-color css
<style>
a { background-color: #356632; }
a { background-color: rgb(53,102,50); }
div.DivClassName
{
background-color: #356632;
}
.BgClassName
{
background-color: #356632;
}
</style>
border-color css
<style>
span { border-color: #356632; }
span { border-color: rgb(53,102,50); }
td.TdClassName
{
border-color: #356632;
}
.TagClassName
{
border-color: #356632;
}
</style>