Shades of Green House #356321
Tints of Green House #356321
RGB
CMYK
RGB Variations
Color information
#356321 (or 0x356321) is known color: Green House. HEX triplet: 35, 63 and 21. RGB value is (53,99,33). Sum of RGB (Red+Green+Blue) = 53+99+33=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 99 (39.06% from 255 or 53.51% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 99 - color contains mainly: green. Hex color #356321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356321 is #CA9CDE. Grayscale: #4D4D4D. Windows color (decimal): -13278431 or 2188085. OLE color: 2188085.
HSL color Cylindrical-coordinate representation of color #356321: hue angle of 101.82º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #356321 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 99 | 33 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.61 |
| HSL | 101.82º | 0.5% | 0.26% | - |
| HSV(B) | 101.82º | 0.67% | 0.39% | - |
| XYZ | 6.2 | 9.79 | 3 | - |
| YUV | 77.72 | 102.76 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 99 | 33 | 0.46 | 0 | 0.67 | 0.61 | 101.82 | 0.5 | 0.26 |
| Hex | 35 | 63 | 21 | 2E | 0 | 43 | 3D | 66 | 32 | 1A |
| Octal | 65 | 143 | 41 | 56 | 0 | 103 | 75 | 146 | 62 | 32 |
| Binary | 110101 | 1100011 | 100001 | 101110 | 0 | 1000011 | 111101 | 1100110 | 110010 | 11010 |
Color Harmonies of #356321
Complementary color
Monochromatic Colors of #356321
Black with #356321
Text Example
Text Example
White with #356321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356321; }
p { color: rgb(53,99,33); }
H1.HeaderClassName
{
color: #356321;
}
.AnyTagClassName
{
color: #356321;
}
</style>
background-color css
<style>
a { background-color: #356321; }
a { background-color: rgb(53,99,33); }
div.DivClassName
{
background-color: #356321;
}
.BgClassName
{
background-color: #356321;
}
</style>
border-color css
<style>
span { border-color: #356321; }
span { border-color: rgb(53,99,33); }
td.TdClassName
{
border-color: #356321;
}
.TagClassName
{
border-color: #356321;
}
</style>