Shades of Green House #356430
Tints of Green House #356430
RGB
CMYK
RGB Variations
Color information
#356430 (or 0x356430) is known color: Green House. HEX triplet: 35, 64 and 30. RGB value is (53,100,48). Sum of RGB (Red+Green+Blue) = 53+100+48=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 100 (39.45% from 255 or 49.75% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 100 - color contains mainly: green. Hex color #356430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356430 is #CA9BCF. Grayscale: #505050. Windows color (decimal): -13278160 or 3171381. OLE color: 3171381.
HSL color Cylindrical-coordinate representation of color #356430: hue angle of 114.23º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #356430 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 100 | 48 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.61 |
| HSL | 114.23º | 0.35% | 0.29% | - |
| HSV(B) | 114.23º | 0.52% | 0.39% | - |
| XYZ | 6.56 | 10.08 | 4.4 | - |
| YUV | 80.02 | 109.93 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 100 | 48 | 0.47 | 0 | 0.52 | 0.61 | 114.23 | 0.35 | 0.29 |
| Hex | 35 | 64 | 30 | 2F | 0 | 34 | 3D | 72 | 23 | 1D |
| Octal | 65 | 144 | 60 | 57 | 0 | 64 | 75 | 162 | 43 | 35 |
| Binary | 110101 | 1100100 | 110000 | 101111 | 0 | 110100 | 111101 | 1110010 | 100011 | 11101 |
Color Harmonies of #356430
Complementary color
Monochromatic Colors of #356430
Black with #356430
Text Example
Text Example
White with #356430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356430; }
p { color: rgb(53,100,48); }
H1.HeaderClassName
{
color: #356430;
}
.AnyTagClassName
{
color: #356430;
}
</style>
background-color css
<style>
a { background-color: #356430; }
a { background-color: rgb(53,100,48); }
div.DivClassName
{
background-color: #356430;
}
.BgClassName
{
background-color: #356430;
}
</style>
border-color css
<style>
span { border-color: #356430; }
span { border-color: rgb(53,100,48); }
td.TdClassName
{
border-color: #356430;
}
.TagClassName
{
border-color: #356430;
}
</style>