Shades of Green House #355A31
Tints of Green House #355A31
RGB
CMYK
RGB Variations
Color information
#355A31 (or 0x355A31) is known color: Green House. HEX triplet: 35, 5A and 31. RGB value is (53,90,49). Sum of RGB (Red+Green+Blue) = 53+90+49=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 90 - color contains mainly: green. Hex color #355A31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355A31 is #CAA5CE. Grayscale: #4A4A4A. Windows color (decimal): -13280719 or 3234357. OLE color: 3234357.
HSL color Cylindrical-coordinate representation of color #355A31: hue angle of 114.15º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #355A31 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 90 | 49 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.65 |
| HSL | 114.15º | 0.29% | 0.27% | - |
| HSV(B) | 114.15º | 0.46% | 0.35% | - |
| XYZ | 5.68 | 8.29 | 4.21 | - |
| YUV | 74.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 49 | 0.41 | 0 | 0.46 | 0.65 | 114.15 | 0.29 | 0.27 |
| Hex | 35 | 5A | 31 | 29 | 0 | 2E | 41 | 72 | 1D | 1B |
| Octal | 65 | 132 | 61 | 51 | 0 | 56 | 101 | 162 | 35 | 33 |
| Binary | 110101 | 1011010 | 110001 | 101001 | 0 | 101110 | 1000001 | 1110010 | 11101 | 11011 |
Color Harmonies of #355A31
Complementary color
Monochromatic Colors of #355A31
Black with #355A31
Text Example
Text Example
White with #355A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355A31; }
p { color: rgb(53,90,49); }
H1.HeaderClassName
{
color: #355A31;
}
.AnyTagClassName
{
color: #355A31;
}
</style>
background-color css
<style>
a { background-color: #355A31; }
a { background-color: rgb(53,90,49); }
div.DivClassName
{
background-color: #355A31;
}
.BgClassName
{
background-color: #355A31;
}
</style>
border-color css
<style>
span { border-color: #355A31; }
span { border-color: rgb(53,90,49); }
td.TdClassName
{
border-color: #355A31;
}
.TagClassName
{
border-color: #355A31;
}
</style>