Shades of Green House #356831
Tints of Green House #356831
RGB
CMYK
RGB Variations
Color information
#356831 (or 0x356831) is known color: Green House. HEX triplet: 35, 68 and 31. RGB value is (53,104,49). Sum of RGB (Red+Green+Blue) = 53+104+49=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 104 (41.02% from 255 or 50.49% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 104 - color contains mainly: green. Hex color #356831 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356831 is #CA97CE. Grayscale: #525252. Windows color (decimal): -13277135 or 3237941. OLE color: 3237941.
HSL color Cylindrical-coordinate representation of color #356831: hue angle of 115.64º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #356831 is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 104 | 49 | - |
| CMYK | 0.49 | 0 | 0.53 | 0.59 |
| HSL | 115.64º | 0.36% | 0.3% | - |
| HSV(B) | 115.64º | 0.53% | 0.41% | - |
| XYZ | 6.97 | 10.88 | 4.64 | - |
| YUV | 82.48 | 109.1 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 104 | 49 | 0.49 | 0 | 0.53 | 0.59 | 115.64 | 0.36 | 0.3 |
| Hex | 35 | 68 | 31 | 31 | 0 | 35 | 3B | 74 | 24 | 1E |
| Octal | 65 | 150 | 61 | 61 | 0 | 65 | 73 | 164 | 44 | 36 |
| Binary | 110101 | 1101000 | 110001 | 110001 | 0 | 110101 | 111011 | 1110100 | 100100 | 11110 |
Color Harmonies of #356831
Complementary color
Monochromatic Colors of #356831
Black with #356831
Text Example
Text Example
White with #356831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356831; }
p { color: rgb(53,104,49); }
H1.HeaderClassName
{
color: #356831;
}
.AnyTagClassName
{
color: #356831;
}
</style>
background-color css
<style>
a { background-color: #356831; }
a { background-color: rgb(53,104,49); }
div.DivClassName
{
background-color: #356831;
}
.BgClassName
{
background-color: #356831;
}
</style>
border-color css
<style>
span { border-color: #356831; }
span { border-color: rgb(53,104,49); }
td.TdClassName
{
border-color: #356831;
}
.TagClassName
{
border-color: #356831;
}
</style>