Shades of Green House #356429
Tints of Green House #356429
RGB
CMYK
RGB Variations
Color information
#356429 (or 0x356429) is known color: Green House. HEX triplet: 35, 64 and 29. RGB value is (53,100,41). Sum of RGB (Red+Green+Blue) = 53+100+41=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 100 (39.45% from 255 or 51.55% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 100 - color contains mainly: green. Hex color #356429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356429 is #CA9BD6. Grayscale: #4F4F4F. Windows color (decimal): -13278167 or 2712629. OLE color: 2712629.
HSL color Cylindrical-coordinate representation of color #356429: hue angle of 107.8º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #356429 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 100 | 41 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.61 |
| HSL | 107.8º | 0.42% | 0.28% | - |
| HSV(B) | 107.8º | 0.59% | 0.39% | - |
| XYZ | 6.43 | 10.03 | 3.7 | - |
| YUV | 79.22 | 106.43 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 100 | 41 | 0.47 | 0 | 0.59 | 0.61 | 107.8 | 0.42 | 0.28 |
| Hex | 35 | 64 | 29 | 2F | 0 | 3B | 3D | 6C | 2A | 1C |
| Octal | 65 | 144 | 51 | 57 | 0 | 73 | 75 | 154 | 52 | 34 |
| Binary | 110101 | 1100100 | 101001 | 101111 | 0 | 111011 | 111101 | 1101100 | 101010 | 11100 |
Color Harmonies of #356429
Complementary color
Monochromatic Colors of #356429
Black with #356429
Text Example
Text Example
White with #356429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356429; }
p { color: rgb(53,100,41); }
H1.HeaderClassName
{
color: #356429;
}
.AnyTagClassName
{
color: #356429;
}
</style>
background-color css
<style>
a { background-color: #356429; }
a { background-color: rgb(53,100,41); }
div.DivClassName
{
background-color: #356429;
}
.BgClassName
{
background-color: #356429;
}
</style>
border-color css
<style>
span { border-color: #356429; }
span { border-color: rgb(53,100,41); }
td.TdClassName
{
border-color: #356429;
}
.TagClassName
{
border-color: #356429;
}
</style>