Shades of Green House #356530
Tints of Green House #356530
RGB
CMYK
RGB Variations
Color information
#356530 (or 0x356530) is known color: Green House. HEX triplet: 35, 65 and 30. RGB value is (53,101,48). Sum of RGB (Red+Green+Blue) = 53+101+48=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 101 (39.84% from 255 or 50% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 101 - color contains mainly: green. Hex color #356530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356530 is #CA9ACF. Grayscale: #505050. Windows color (decimal): -13277904 or 3171637. OLE color: 3171637.
HSL color Cylindrical-coordinate representation of color #356530: hue angle of 114.34º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #356530 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 101 | 48 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.60 |
| HSL | 114.34º | 0.36% | 0.29% | - |
| HSV(B) | 114.34º | 0.52% | 0.4% | - |
| XYZ | 6.66 | 10.28 | 4.43 | - |
| YUV | 80.61 | 109.6 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 101 | 48 | 0.48 | 0 | 0.52 | 0.60 | 114.34 | 0.36 | 0.29 |
| Hex | 35 | 65 | 30 | 30 | 0 | 34 | 3C | 72 | 24 | 1D |
| Octal | 65 | 145 | 60 | 60 | 0 | 64 | 74 | 162 | 44 | 35 |
| Binary | 110101 | 1100101 | 110000 | 110000 | 0 | 110100 | 111100 | 1110010 | 100100 | 11101 |
Color Harmonies of #356530
Complementary color
Monochromatic Colors of #356530
Black with #356530
Text Example
Text Example
White with #356530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356530; }
p { color: rgb(53,101,48); }
H1.HeaderClassName
{
color: #356530;
}
.AnyTagClassName
{
color: #356530;
}
</style>
background-color css
<style>
a { background-color: #356530; }
a { background-color: rgb(53,101,48); }
div.DivClassName
{
background-color: #356530;
}
.BgClassName
{
background-color: #356530;
}
</style>
border-color css
<style>
span { border-color: #356530; }
span { border-color: rgb(53,101,48); }
td.TdClassName
{
border-color: #356530;
}
.TagClassName
{
border-color: #356530;
}
</style>