Shades of Green House #355B2D
Tints of Green House #355B2D
RGB
CMYK
RGB Variations
Color information
#355B2D (or 0x355B2D) is known color: Green House. HEX triplet: 35, 5B and 2D. RGB value is (53,91,45). Sum of RGB (Red+Green+Blue) = 53+91+45=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 91 (35.94% from 255 or 48.15% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 91 - color contains mainly: green. Hex color #355B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355B2D is #CAA4D2. Grayscale: #4A4A4A. Windows color (decimal): -13280467 or 2972469. OLE color: 2972469.
HSL color Cylindrical-coordinate representation of color #355B2D: hue angle of 109.57º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #355B2D is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 91 | 45 | - |
| CMYK | 0.42 | 0 | 0.51 | 0.64 |
| HSL | 109.57º | 0.34% | 0.27% | - |
| HSV(B) | 109.57º | 0.51% | 0.36% | - |
| XYZ | 5.68 | 8.43 | 3.81 | - |
| YUV | 74.39 | 111.41 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 45 | 0.42 | 0 | 0.51 | 0.64 | 109.57 | 0.34 | 0.27 |
| Hex | 35 | 5B | 2D | 2A | 0 | 33 | 40 | 6E | 22 | 1B |
| Octal | 65 | 133 | 55 | 52 | 0 | 63 | 100 | 156 | 42 | 33 |
| Binary | 110101 | 1011011 | 101101 | 101010 | 0 | 110011 | 1000000 | 1101110 | 100010 | 11011 |
Color Harmonies of #355B2D
Complementary color
Monochromatic Colors of #355B2D
Black with #355B2D
Text Example
Text Example
White with #355B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355B2D; }
p { color: rgb(53,91,45); }
H1.HeaderClassName
{
color: #355B2D;
}
.AnyTagClassName
{
color: #355B2D;
}
</style>
background-color css
<style>
a { background-color: #355B2D; }
a { background-color: rgb(53,91,45); }
div.DivClassName
{
background-color: #355B2D;
}
.BgClassName
{
background-color: #355B2D;
}
</style>
border-color css
<style>
span { border-color: #355B2D; }
span { border-color: rgb(53,91,45); }
td.TdClassName
{
border-color: #355B2D;
}
.TagClassName
{
border-color: #355B2D;
}
</style>