Shades of Green House #356224
Tints of Green House #356224
RGB
CMYK
RGB Variations
Color information
#356224 (or 0x356224) is known color: Green House. HEX triplet: 35, 62 and 24. RGB value is (53,98,36). Sum of RGB (Red+Green+Blue) = 53+98+36=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #356224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356224 is #CA9DDB. Grayscale: #4D4D4D. Windows color (decimal): -13278684 or 2384437. OLE color: 2384437.
HSL color Cylindrical-coordinate representation of color #356224: hue angle of 103.55º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #356224 is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 98 | 36 | - |
| CMYK | 0.46 | 0 | 0.63 | 0.62 |
| HSL | 103.55º | 0.46% | 0.26% | - |
| HSV(B) | 103.55º | 0.63% | 0.38% | - |
| XYZ | 6.15 | 9.62 | 3.2 | - |
| YUV | 77.48 | 104.59 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 98 | 36 | 0.46 | 0 | 0.63 | 0.62 | 103.55 | 0.46 | 0.26 |
| Hex | 35 | 62 | 24 | 2E | 0 | 3F | 3E | 68 | 2E | 1A |
| Octal | 65 | 142 | 44 | 56 | 0 | 77 | 76 | 150 | 56 | 32 |
| Binary | 110101 | 1100010 | 100100 | 101110 | 0 | 111111 | 111110 | 1101000 | 101110 | 11010 |
Color Harmonies of #356224
Complementary color
Monochromatic Colors of #356224
Black with #356224
Text Example
Text Example
White with #356224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356224; }
p { color: rgb(53,98,36); }
H1.HeaderClassName
{
color: #356224;
}
.AnyTagClassName
{
color: #356224;
}
</style>
background-color css
<style>
a { background-color: #356224; }
a { background-color: rgb(53,98,36); }
div.DivClassName
{
background-color: #356224;
}
.BgClassName
{
background-color: #356224;
}
</style>
border-color css
<style>
span { border-color: #356224; }
span { border-color: rgb(53,98,36); }
td.TdClassName
{
border-color: #356224;
}
.TagClassName
{
border-color: #356224;
}
</style>