Shades of Green House #356529
Tints of Green House #356529
RGB
CMYK
RGB Variations
Color information
#356529 (or 0x356529) is known color: Green House. HEX triplet: 35, 65 and 29. RGB value is (53,101,41). Sum of RGB (Red+Green+Blue) = 53+101+41=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 101 (39.84% from 255 or 51.79% from 195); Blue value is 41 (16.41% from 255 or 21.03% from 195); Max value from RGB is 101 - color contains mainly: green. Hex color #356529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356529 is #CA9AD6. Grayscale: #505050. Windows color (decimal): -13277911 or 2712885. OLE color: 2712885.
HSL color Cylindrical-coordinate representation of color #356529: hue angle of 108º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #356529 is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 101 | 41 | - |
| CMYK | 0.48 | 0 | 0.59 | 0.60 |
| HSL | 108º | 0.42% | 0.28% | - |
| HSV(B) | 108º | 0.59% | 0.4% | - |
| XYZ | 6.52 | 10.22 | 3.73 | - |
| YUV | 79.81 | 106.1 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 101 | 41 | 0.48 | 0 | 0.59 | 0.60 | 108 | 0.42 | 0.28 |
| Hex | 35 | 65 | 29 | 30 | 0 | 3B | 3C | 6C | 2A | 1C |
| Octal | 65 | 145 | 51 | 60 | 0 | 73 | 74 | 154 | 52 | 34 |
| Binary | 110101 | 1100101 | 101001 | 110000 | 0 | 111011 | 111100 | 1101100 | 101010 | 11100 |
Color Harmonies of #356529
Complementary color
Monochromatic Colors of #356529
Black with #356529
Text Example
Text Example
White with #356529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356529; }
p { color: rgb(53,101,41); }
H1.HeaderClassName
{
color: #356529;
}
.AnyTagClassName
{
color: #356529;
}
</style>
background-color css
<style>
a { background-color: #356529; }
a { background-color: rgb(53,101,41); }
div.DivClassName
{
background-color: #356529;
}
.BgClassName
{
background-color: #356529;
}
</style>
border-color css
<style>
span { border-color: #356529; }
span { border-color: rgb(53,101,41); }
td.TdClassName
{
border-color: #356529;
}
.TagClassName
{
border-color: #356529;
}
</style>