Shades of Green House #355F2D
Tints of Green House #355F2D
RGB
CMYK
RGB Variations
Color information
#355F2D (or 0x355F2D) is known color: Green House. HEX triplet: 35, 5F and 2D. RGB value is (53,95,45). Sum of RGB (Red+Green+Blue) = 53+95+45=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 95 (37.5% from 255 or 49.22% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 95 - color contains mainly: green. Hex color #355F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355F2D is #CAA0D2. Grayscale: #4C4C4C. Windows color (decimal): -13279443 or 2973493. OLE color: 2973493.
HSL color Cylindrical-coordinate representation of color #355F2D: hue angle of 110.4º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #355F2D is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 53 | 95 | 45 | - |
| CMYK | 0.44 | 0 | 0.53 | 0.63 |
| HSL | 110.4º | 0.36% | 0.27% | - |
| HSV(B) | 110.4º | 0.53% | 0.37% | - |
| XYZ | 6.03 | 9.13 | 3.93 | - |
| YUV | 76.74 | 110.09 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 95 | 45 | 0.44 | 0 | 0.53 | 0.63 | 110.4 | 0.36 | 0.27 |
| Hex | 35 | 5F | 2D | 2C | 0 | 35 | 3F | 6E | 24 | 1B |
| Octal | 65 | 137 | 55 | 54 | 0 | 65 | 77 | 156 | 44 | 33 |
| Binary | 110101 | 1011111 | 101101 | 101100 | 0 | 110101 | 111111 | 1101110 | 100100 | 11011 |
Color Harmonies of #355F2D
Complementary color
Monochromatic Colors of #355F2D
Black with #355F2D
Text Example
Text Example
White with #355F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355F2D; }
p { color: rgb(53,95,45); }
H1.HeaderClassName
{
color: #355F2D;
}
.AnyTagClassName
{
color: #355F2D;
}
</style>
background-color css
<style>
a { background-color: #355F2D; }
a { background-color: rgb(53,95,45); }
div.DivClassName
{
background-color: #355F2D;
}
.BgClassName
{
background-color: #355F2D;
}
</style>
border-color css
<style>
span { border-color: #355F2D; }
span { border-color: rgb(53,95,45); }
td.TdClassName
{
border-color: #355F2D;
}
.TagClassName
{
border-color: #355F2D;
}
</style>