Shades of Green House #355D28
Tints of Green House #355D28
RGB
CMYK
RGB Variations
Color information
#355D28 (or 0x355D28) is known color: Green House. HEX triplet: 35, 5D and 28. RGB value is (53,93,40). Sum of RGB (Red+Green+Blue) = 53+93+40=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 93 (36.72% from 255 or 50% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 93 - color contains mainly: green. Hex color #355D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355D28 is #CAA2D7. Grayscale: #4B4B4B. Windows color (decimal): -13279960 or 2645301. OLE color: 2645301.
HSL color Cylindrical-coordinate representation of color #355D28: hue angle of 105.28º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #355D28 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 93 | 40 | - |
| CMYK | 0.43 | 0 | 0.57 | 0.64 |
| HSL | 105.28º | 0.4% | 0.26% | - |
| HSV(B) | 105.28º | 0.57% | 0.36% | - |
| XYZ | 5.77 | 8.74 | 3.39 | - |
| YUV | 75 | 108.25 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 40 | 0.43 | 0 | 0.57 | 0.64 | 105.28 | 0.4 | 0.26 |
| Hex | 35 | 5D | 28 | 2B | 0 | 39 | 40 | 69 | 28 | 1A |
| Octal | 65 | 135 | 50 | 53 | 0 | 71 | 100 | 151 | 50 | 32 |
| Binary | 110101 | 1011101 | 101000 | 101011 | 0 | 111001 | 1000000 | 1101001 | 101000 | 11010 |
Color Harmonies of #355D28
Complementary color
Monochromatic Colors of #355D28
Black with #355D28
Text Example
Text Example
White with #355D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355D28; }
p { color: rgb(53,93,40); }
H1.HeaderClassName
{
color: #355D28;
}
.AnyTagClassName
{
color: #355D28;
}
</style>
background-color css
<style>
a { background-color: #355D28; }
a { background-color: rgb(53,93,40); }
div.DivClassName
{
background-color: #355D28;
}
.BgClassName
{
background-color: #355D28;
}
</style>
border-color css
<style>
span { border-color: #355D28; }
span { border-color: rgb(53,93,40); }
td.TdClassName
{
border-color: #355D28;
}
.TagClassName
{
border-color: #355D28;
}
</style>