Shades of Green House #355929
Tints of Green House #355929
RGB
CMYK
RGB Variations
Color information
#355929 (or 0x355929) is known color: Green House. HEX triplet: 35, 59 and 29. RGB value is (53,89,41). Sum of RGB (Red+Green+Blue) = 53+89+41=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 89 - color contains mainly: green. Hex color #355929 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355929 is #CAA6D6. Grayscale: #484848. Windows color (decimal): -13280983 or 2709813. OLE color: 2709813.
HSL color Cylindrical-coordinate representation of color #355929: hue angle of 105º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #355929 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 89 | 41 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.65 |
| HSL | 105º | 0.37% | 0.25% | - |
| HSV(B) | 105º | 0.54% | 0.35% | - |
| XYZ | 5.44 | 8.06 | 3.37 | - |
| YUV | 72.76 | 110.07 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 89 | 41 | 0.40 | 0 | 0.54 | 0.65 | 105 | 0.37 | 0.25 |
| Hex | 35 | 59 | 29 | 28 | 0 | 36 | 41 | 69 | 25 | 19 |
| Octal | 65 | 131 | 51 | 50 | 0 | 66 | 101 | 151 | 45 | 31 |
| Binary | 110101 | 1011001 | 101001 | 101000 | 0 | 110110 | 1000001 | 1101001 | 100101 | 11001 |
Color Harmonies of #355929
Complementary color
Monochromatic Colors of #355929
Black with #355929
Text Example
Text Example
White with #355929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355929; }
p { color: rgb(53,89,41); }
H1.HeaderClassName
{
color: #355929;
}
.AnyTagClassName
{
color: #355929;
}
</style>
background-color css
<style>
a { background-color: #355929; }
a { background-color: rgb(53,89,41); }
div.DivClassName
{
background-color: #355929;
}
.BgClassName
{
background-color: #355929;
}
</style>
border-color css
<style>
span { border-color: #355929; }
span { border-color: rgb(53,89,41); }
td.TdClassName
{
border-color: #355929;
}
.TagClassName
{
border-color: #355929;
}
</style>