Shades of Green House #355C23
Tints of Green House #355C23
RGB
CMYK
RGB Variations
Color information
#355C23 (or 0x355C23) is known color: Green House. HEX triplet: 35, 5C and 23. RGB value is (53,92,35). Sum of RGB (Red+Green+Blue) = 53+92+35=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 92 (36.33% from 255 or 51.11% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 92 - color contains mainly: green. Hex color #355C23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355C23 is #CAA3DC. Grayscale: #4A4A4A. Windows color (decimal): -13280221 or 2317365. OLE color: 2317365.
HSL color Cylindrical-coordinate representation of color #355C23: hue angle of 101.05º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #355C23 is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 92 | 35 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.64 |
| HSL | 101.05º | 0.45% | 0.25% | - |
| HSV(B) | 101.05º | 0.62% | 0.36% | - |
| XYZ | 5.6 | 8.53 | 2.94 | - |
| YUV | 73.84 | 106.08 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 35 | 0.42 | 0 | 0.62 | 0.64 | 101.05 | 0.45 | 0.25 |
| Hex | 35 | 5C | 23 | 2A | 0 | 3E | 40 | 65 | 2D | 19 |
| Octal | 65 | 134 | 43 | 52 | 0 | 76 | 100 | 145 | 55 | 31 |
| Binary | 110101 | 1011100 | 100011 | 101010 | 0 | 111110 | 1000000 | 1100101 | 101101 | 11001 |
Color Harmonies of #355C23
Complementary color
Monochromatic Colors of #355C23
Black with #355C23
Text Example
Text Example
White with #355C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355C23; }
p { color: rgb(53,92,35); }
H1.HeaderClassName
{
color: #355C23;
}
.AnyTagClassName
{
color: #355C23;
}
</style>
background-color css
<style>
a { background-color: #355C23; }
a { background-color: rgb(53,92,35); }
div.DivClassName
{
background-color: #355C23;
}
.BgClassName
{
background-color: #355C23;
}
</style>
border-color css
<style>
span { border-color: #355C23; }
span { border-color: rgb(53,92,35); }
td.TdClassName
{
border-color: #355C23;
}
.TagClassName
{
border-color: #355C23;
}
</style>