Shades of Green House #355D22
Tints of Green House #355D22
RGB
CMYK
RGB Variations
Color information
#355D22 (or 0x355D22) is known color: Green House. HEX triplet: 35, 5D and 22. RGB value is (53,93,34). Sum of RGB (Red+Green+Blue) = 53+93+34=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 93 (36.72% from 255 or 51.67% from 180); Blue value is 34 (13.67% from 255 or 18.89% from 180); Max value from RGB is 93 - color contains mainly: green. Hex color #355D22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355D22 is #CAA2DD. Grayscale: #4A4A4A. Windows color (decimal): -13279966 or 2252085. OLE color: 2252085.
HSL color Cylindrical-coordinate representation of color #355D22: hue angle of 100.68º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #355D22 is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 93 | 34 | - |
| CMYK | 0.43 | 0 | 0.63 | 0.64 |
| HSL | 100.68º | 0.46% | 0.25% | - |
| HSV(B) | 100.68º | 0.63% | 0.36% | - |
| XYZ | 5.67 | 8.7 | 2.89 | - |
| YUV | 74.31 | 105.25 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 34 | 0.43 | 0 | 0.63 | 0.64 | 100.68 | 0.46 | 0.25 |
| Hex | 35 | 5D | 22 | 2B | 0 | 3F | 40 | 65 | 2E | 19 |
| Octal | 65 | 135 | 42 | 53 | 0 | 77 | 100 | 145 | 56 | 31 |
| Binary | 110101 | 1011101 | 100010 | 101011 | 0 | 111111 | 1000000 | 1100101 | 101110 | 11001 |
Color Harmonies of #355D22
Complementary color
Monochromatic Colors of #355D22
Black with #355D22
Text Example
Text Example
White with #355D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355D22; }
p { color: rgb(53,93,34); }
H1.HeaderClassName
{
color: #355D22;
}
.AnyTagClassName
{
color: #355D22;
}
</style>
background-color css
<style>
a { background-color: #355D22; }
a { background-color: rgb(53,93,34); }
div.DivClassName
{
background-color: #355D22;
}
.BgClassName
{
background-color: #355D22;
}
</style>
border-color css
<style>
span { border-color: #355D22; }
span { border-color: rgb(53,93,34); }
td.TdClassName
{
border-color: #355D22;
}
.TagClassName
{
border-color: #355D22;
}
</style>