Shades of Green House #355D2E
Tints of Green House #355D2E
RGB
CMYK
RGB Variations
Color information
#355D2E (or 0x355D2E) is known color: Green House. HEX triplet: 35, 5D and 2E. RGB value is (53,93,46). Sum of RGB (Red+Green+Blue) = 53+93+46=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 93 (36.72% from 255 or 48.44% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 93 - color contains mainly: green. Hex color #355D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355D2E is #CAA2D1. Grayscale: #4B4B4B. Windows color (decimal): -13279954 or 3038517. OLE color: 3038517.
HSL color Cylindrical-coordinate representation of color #355D2E: hue angle of 111.06º 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 #355D2E is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 93 | 46 | - |
| CMYK | 0.43 | 0 | 0.51 | 0.64 |
| HSL | 111.06º | 0.34% | 0.27% | - |
| HSV(B) | 111.06º | 0.51% | 0.36% | - |
| XYZ | 5.88 | 8.78 | 3.97 | - |
| YUV | 75.68 | 111.25 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 46 | 0.43 | 0 | 0.51 | 0.64 | 111.06 | 0.34 | 0.27 |
| Hex | 35 | 5D | 2E | 2B | 0 | 33 | 40 | 6F | 22 | 1B |
| Octal | 65 | 135 | 56 | 53 | 0 | 63 | 100 | 157 | 42 | 33 |
| Binary | 110101 | 1011101 | 101110 | 101011 | 0 | 110011 | 1000000 | 1101111 | 100010 | 11011 |
Color Harmonies of #355D2E
Complementary color
Monochromatic Colors of #355D2E
Black with #355D2E
Text Example
Text Example
White with #355D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355D2E; }
p { color: rgb(53,93,46); }
H1.HeaderClassName
{
color: #355D2E;
}
.AnyTagClassName
{
color: #355D2E;
}
</style>
background-color css
<style>
a { background-color: #355D2E; }
a { background-color: rgb(53,93,46); }
div.DivClassName
{
background-color: #355D2E;
}
.BgClassName
{
background-color: #355D2E;
}
</style>
border-color css
<style>
span { border-color: #355D2E; }
span { border-color: rgb(53,93,46); }
td.TdClassName
{
border-color: #355D2E;
}
.TagClassName
{
border-color: #355D2E;
}
</style>