Shades of Green House #356621
Tints of Green House #356621
RGB
CMYK
RGB Variations
Color information
#356621 (or 0x356621) is known color: Green House. HEX triplet: 35, 66 and 21. RGB value is (53,102,33). Sum of RGB (Red+Green+Blue) = 53+102+33=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #356621 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356621 is #CA99DE. Grayscale: #4F4F4F. Windows color (decimal): -13277663 or 2188853. OLE color: 2188853.
HSL color Cylindrical-coordinate representation of color #356621: hue angle of 102.61º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #356621 is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 53 | 102 | 33 | - |
| CMYK | 0.48 | 0 | 0.68 | 0.6 |
| HSL | 102.61º | 0.51% | 0.26% | - |
| HSV(B) | 102.61º | 0.68% | 0.4% | - |
| XYZ | 6.49 | 10.37 | 3.1 | - |
| YUV | 79.48 | 101.77 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 102 | 33 | 0.48 | 0 | 0.68 | 0.6 | 102.61 | 0.51 | 0.26 |
| Hex | 35 | 66 | 21 | 30 | 0 | 44 | 3C | 67 | 33 | 1A |
| Octal | 65 | 146 | 41 | 60 | 0 | 104 | 74 | 147 | 63 | 32 |
| Binary | 110101 | 1100110 | 100001 | 110000 | 0 | 1000100 | 111100 | 1100111 | 110011 | 11010 |
Color Harmonies of #356621
Complementary color
Monochromatic Colors of #356621
Black with #356621
Text Example
Text Example
White with #356621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356621; }
p { color: rgb(53,102,33); }
H1.HeaderClassName
{
color: #356621;
}
.AnyTagClassName
{
color: #356621;
}
</style>
background-color css
<style>
a { background-color: #356621; }
a { background-color: rgb(53,102,33); }
div.DivClassName
{
background-color: #356621;
}
.BgClassName
{
background-color: #356621;
}
</style>
border-color css
<style>
span { border-color: #356621; }
span { border-color: rgb(53,102,33); }
td.TdClassName
{
border-color: #356621;
}
.TagClassName
{
border-color: #356621;
}
</style>