Shades of Green House #355B31
Tints of Green House #355B31
RGB
CMYK
RGB Variations
Color information
#355B31 (or 0x355B31) is known color: Green House. HEX triplet: 35, 5B and 31. RGB value is (53,91,49). Sum of RGB (Red+Green+Blue) = 53+91+49=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 91 (35.94% from 255 or 47.15% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 91 - color contains mainly: green. Hex color #355B31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355B31 is #CAA4CE. Grayscale: #4A4A4A. Windows color (decimal): -13280463 or 3234613. OLE color: 3234613.
HSL color Cylindrical-coordinate representation of color #355B31: hue angle of 114.29º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #355B31 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 91 | 49 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.64 |
| HSL | 114.29º | 0.3% | 0.27% | - |
| HSV(B) | 114.29º | 0.46% | 0.36% | - |
| XYZ | 5.76 | 8.46 | 4.24 | - |
| YUV | 74.85 | 113.41 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 49 | 0.42 | 0 | 0.46 | 0.64 | 114.29 | 0.3 | 0.27 |
| Hex | 35 | 5B | 31 | 2A | 0 | 2E | 40 | 72 | 1E | 1B |
| Octal | 65 | 133 | 61 | 52 | 0 | 56 | 100 | 162 | 36 | 33 |
| Binary | 110101 | 1011011 | 110001 | 101010 | 0 | 101110 | 1000000 | 1110010 | 11110 | 11011 |
Color Harmonies of #355B31
Complementary color
Monochromatic Colors of #355B31
Black with #355B31
Text Example
Text Example
White with #355B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355B31; }
p { color: rgb(53,91,49); }
H1.HeaderClassName
{
color: #355B31;
}
.AnyTagClassName
{
color: #355B31;
}
</style>
background-color css
<style>
a { background-color: #355B31; }
a { background-color: rgb(53,91,49); }
div.DivClassName
{
background-color: #355B31;
}
.BgClassName
{
background-color: #355B31;
}
</style>
border-color css
<style>
span { border-color: #355B31; }
span { border-color: rgb(53,91,49); }
td.TdClassName
{
border-color: #355B31;
}
.TagClassName
{
border-color: #355B31;
}
</style>