Shades of Green House #355B28
Tints of Green House #355B28
RGB
CMYK
RGB Variations
Color information
#355B28 (or 0x355B28) is known color: Green House. HEX triplet: 35, 5B and 28. RGB value is (53,91,40). Sum of RGB (Red+Green+Blue) = 53+91+40=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 91 (35.94% from 255 or 49.46% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 91 - color contains mainly: green. Hex color #355B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355B28 is #CAA4D7. Grayscale: #494949. Windows color (decimal): -13280472 or 2644789. OLE color: 2644789.
HSL color Cylindrical-coordinate representation of color #355B28: hue angle of 104.71º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #355B28 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 91 | 40 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.64 |
| HSL | 104.71º | 0.39% | 0.26% | - |
| HSV(B) | 104.71º | 0.56% | 0.36% | - |
| XYZ | 5.59 | 8.39 | 3.33 | - |
| YUV | 73.82 | 108.91 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 40 | 0.42 | 0 | 0.56 | 0.64 | 104.71 | 0.39 | 0.26 |
| Hex | 35 | 5B | 28 | 2A | 0 | 38 | 40 | 69 | 27 | 1A |
| Octal | 65 | 133 | 50 | 52 | 0 | 70 | 100 | 151 | 47 | 32 |
| Binary | 110101 | 1011011 | 101000 | 101010 | 0 | 111000 | 1000000 | 1101001 | 100111 | 11010 |
Color Harmonies of #355B28
Complementary color
Monochromatic Colors of #355B28
Black with #355B28
Text Example
Text Example
White with #355B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355B28; }
p { color: rgb(53,91,40); }
H1.HeaderClassName
{
color: #355B28;
}
.AnyTagClassName
{
color: #355B28;
}
</style>
background-color css
<style>
a { background-color: #355B28; }
a { background-color: rgb(53,91,40); }
div.DivClassName
{
background-color: #355B28;
}
.BgClassName
{
background-color: #355B28;
}
</style>
border-color css
<style>
span { border-color: #355B28; }
span { border-color: rgb(53,91,40); }
td.TdClassName
{
border-color: #355B28;
}
.TagClassName
{
border-color: #355B28;
}
</style>