Shades of Green House #356828
Tints of Green House #356828
RGB
CMYK
RGB Variations
Color information
#356828 (or 0x356828) is known color: Green House. HEX triplet: 35, 68 and 28. RGB value is (53,104,40). Sum of RGB (Red+Green+Blue) = 53+104+40=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 104 (41.02% from 255 or 52.79% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 104 - color contains mainly: green. Hex color #356828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356828 is #CA97D7. Grayscale: #515151. Windows color (decimal): -13277144 or 2648117. OLE color: 2648117.
HSL color Cylindrical-coordinate representation of color #356828: hue angle of 107.81º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #356828 is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 104 | 40 | - |
| CMYK | 0.49 | 0 | 0.62 | 0.59 |
| HSL | 107.81º | 0.44% | 0.28% | - |
| HSV(B) | 107.81º | 0.62% | 0.41% | - |
| XYZ | 6.8 | 10.81 | 3.74 | - |
| YUV | 81.46 | 104.6 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 104 | 40 | 0.49 | 0 | 0.62 | 0.59 | 107.81 | 0.44 | 0.28 |
| Hex | 35 | 68 | 28 | 31 | 0 | 3E | 3B | 6C | 2C | 1C |
| Octal | 65 | 150 | 50 | 61 | 0 | 76 | 73 | 154 | 54 | 34 |
| Binary | 110101 | 1101000 | 101000 | 110001 | 0 | 111110 | 111011 | 1101100 | 101100 | 11100 |
Color Harmonies of #356828
Complementary color
Monochromatic Colors of #356828
Black with #356828
Text Example
Text Example
White with #356828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356828; }
p { color: rgb(53,104,40); }
H1.HeaderClassName
{
color: #356828;
}
.AnyTagClassName
{
color: #356828;
}
</style>
background-color css
<style>
a { background-color: #356828; }
a { background-color: rgb(53,104,40); }
div.DivClassName
{
background-color: #356828;
}
.BgClassName
{
background-color: #356828;
}
</style>
border-color css
<style>
span { border-color: #356828; }
span { border-color: rgb(53,104,40); }
td.TdClassName
{
border-color: #356828;
}
.TagClassName
{
border-color: #356828;
}
</style>