Shades of Green House #356121
Tints of Green House #356121
RGB
CMYK
RGB Variations
Color information
#356121 (or 0x356121) is known color: Green House. HEX triplet: 35, 61 and 21. RGB value is (53,97,33). Sum of RGB (Red+Green+Blue) = 53+97+33=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 97 (38.28% from 255 or 53.01% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 97 - color contains mainly: green. Hex color #356121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356121 is #CA9EDE. Grayscale: #4C4C4C. Windows color (decimal): -13278943 or 2187573. OLE color: 2187573.
HSL color Cylindrical-coordinate representation of color #356121: hue angle of 101.25º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #356121 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 97 | 33 | - |
| CMYK | 0.45 | 0 | 0.66 | 0.62 |
| HSL | 101.25º | 0.49% | 0.25% | - |
| HSV(B) | 101.25º | 0.66% | 0.38% | - |
| XYZ | 6.02 | 9.42 | 2.94 | - |
| YUV | 76.55 | 103.42 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 97 | 33 | 0.45 | 0 | 0.66 | 0.62 | 101.25 | 0.49 | 0.25 |
| Hex | 35 | 61 | 21 | 2D | 0 | 42 | 3E | 65 | 31 | 19 |
| Octal | 65 | 141 | 41 | 55 | 0 | 102 | 76 | 145 | 61 | 31 |
| Binary | 110101 | 1100001 | 100001 | 101101 | 0 | 1000010 | 111110 | 1100101 | 110001 | 11001 |
Color Harmonies of #356121
Complementary color
Monochromatic Colors of #356121
Black with #356121
Text Example
Text Example
White with #356121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356121; }
p { color: rgb(53,97,33); }
H1.HeaderClassName
{
color: #356121;
}
.AnyTagClassName
{
color: #356121;
}
</style>
background-color css
<style>
a { background-color: #356121; }
a { background-color: rgb(53,97,33); }
div.DivClassName
{
background-color: #356121;
}
.BgClassName
{
background-color: #356121;
}
</style>
border-color css
<style>
span { border-color: #356121; }
span { border-color: rgb(53,97,33); }
td.TdClassName
{
border-color: #356121;
}
.TagClassName
{
border-color: #356121;
}
</style>