Shades of Green House #355D2B
Tints of Green House #355D2B
RGB
CMYK
RGB Variations
Color information
#355D2B (or 0x355D2B) is known color: Green House. HEX triplet: 35, 5D and 2B. RGB value is (53,93,43). Sum of RGB (Red+Green+Blue) = 53+93+43=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 93 (36.72% from 255 or 49.21% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 93 - color contains mainly: green. Hex color #355D2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355D2B is #CAA2D4. Grayscale: #4B4B4B. Windows color (decimal): -13279957 or 2841909. OLE color: 2841909.
HSL color Cylindrical-coordinate representation of color #355D2B: hue angle of 108º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #355D2B is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 93 | 43 | - |
| CMYK | 0.43 | 0 | 0.54 | 0.64 |
| HSL | 108º | 0.37% | 0.27% | - |
| HSV(B) | 108º | 0.54% | 0.36% | - |
| XYZ | 5.82 | 8.76 | 3.67 | - |
| YUV | 75.34 | 109.75 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 43 | 0.43 | 0 | 0.54 | 0.64 | 108 | 0.37 | 0.27 |
| Hex | 35 | 5D | 2B | 2B | 0 | 36 | 40 | 6C | 25 | 1B |
| Octal | 65 | 135 | 53 | 53 | 0 | 66 | 100 | 154 | 45 | 33 |
| Binary | 110101 | 1011101 | 101011 | 101011 | 0 | 110110 | 1000000 | 1101100 | 100101 | 11011 |
Color Harmonies of #355D2B
Complementary color
Monochromatic Colors of #355D2B
Black with #355D2B
Text Example
Text Example
White with #355D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355D2B; }
p { color: rgb(53,93,43); }
H1.HeaderClassName
{
color: #355D2B;
}
.AnyTagClassName
{
color: #355D2B;
}
</style>
background-color css
<style>
a { background-color: #355D2B; }
a { background-color: rgb(53,93,43); }
div.DivClassName
{
background-color: #355D2B;
}
.BgClassName
{
background-color: #355D2B;
}
</style>
border-color css
<style>
span { border-color: #355D2B; }
span { border-color: rgb(53,93,43); }
td.TdClassName
{
border-color: #355D2B;
}
.TagClassName
{
border-color: #355D2B;
}
</style>