Shades of Green House #356B23
Tints of Green House #356B23
RGB
CMYK
RGB Variations
Color information
#356B23 (or 0x356B23) is known color: Green House. HEX triplet: 35, 6B and 23. RGB value is (53,107,35). Sum of RGB (Red+Green+Blue) = 53+107+35=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 107 (42.19% from 255 or 54.87% from 195); Blue value is 35 (14.06% from 255 or 17.95% from 195); Max value from RGB is 107 - color contains mainly: green. Hex color #356B23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356B23 is #CA94DC. Grayscale: #525252. Windows color (decimal): -13276381 or 2321205. OLE color: 2321205.
HSL color Cylindrical-coordinate representation of color #356B23: hue angle of 105º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #356B23 is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 107 | 35 | - |
| CMYK | 0.50 | 0 | 0.67 | 0.58 |
| HSL | 105º | 0.51% | 0.28% | - |
| HSV(B) | 105º | 0.67% | 0.42% | - |
| XYZ | 7.03 | 11.39 | 3.42 | - |
| YUV | 82.65 | 101.11 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 35 | 0.50 | 0 | 0.67 | 0.58 | 105 | 0.51 | 0.28 |
| Hex | 35 | 6B | 23 | 32 | 0 | 43 | 3A | 69 | 33 | 1C |
| Octal | 65 | 153 | 43 | 62 | 0 | 103 | 72 | 151 | 63 | 34 |
| Binary | 110101 | 1101011 | 100011 | 110010 | 0 | 1000011 | 111010 | 1101001 | 110011 | 11100 |
Color Harmonies of #356B23
Complementary color
Monochromatic Colors of #356B23
Black with #356B23
Text Example
Text Example
White with #356B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356B23; }
p { color: rgb(53,107,35); }
H1.HeaderClassName
{
color: #356B23;
}
.AnyTagClassName
{
color: #356B23;
}
</style>
background-color css
<style>
a { background-color: #356B23; }
a { background-color: rgb(53,107,35); }
div.DivClassName
{
background-color: #356B23;
}
.BgClassName
{
background-color: #356B23;
}
</style>
border-color css
<style>
span { border-color: #356B23; }
span { border-color: rgb(53,107,35); }
td.TdClassName
{
border-color: #356B23;
}
.TagClassName
{
border-color: #356B23;
}
</style>