Shades of Green House #345E20
Tints of Green House #345E20
RGB
CMYK
RGB Variations
Color information
#345E20 (or 0x345E20) is known color: Green House. HEX triplet: 34, 5E and 20. RGB value is (52,94,32). Sum of RGB (Red+Green+Blue) = 52+94+32=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 94 (37.11% from 255 or 52.81% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 94 - color contains mainly: green. Hex color #345E20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345E20 is #CBA1DF. Grayscale: #4A4A4A. Windows color (decimal): -13345248 or 2121268. OLE color: 2121268.
HSL color Cylindrical-coordinate representation of color #345E20: hue angle of 100.65º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #345E20 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 94 | 32 | - |
| CMYK | 0.45 | 0 | 0.66 | 0.63 |
| HSL | 100.65º | 0.49% | 0.25% | - |
| HSV(B) | 100.65º | 0.66% | 0.37% | - |
| XYZ | 5.68 | 8.84 | 2.77 | - |
| YUV | 74.37 | 104.09 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 32 | 0.45 | 0 | 0.66 | 0.63 | 100.65 | 0.49 | 0.25 |
| Hex | 34 | 5E | 20 | 2D | 0 | 42 | 3F | 65 | 31 | 19 |
| Octal | 64 | 136 | 40 | 55 | 0 | 102 | 77 | 145 | 61 | 31 |
| Binary | 110100 | 1011110 | 100000 | 101101 | 0 | 1000010 | 111111 | 1100101 | 110001 | 11001 |
Color Harmonies of #345E20
Complementary color
Monochromatic Colors of #345E20
Black with #345E20
Text Example
Text Example
White with #345E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345E20; }
p { color: rgb(52,94,32); }
H1.HeaderClassName
{
color: #345E20;
}
.AnyTagClassName
{
color: #345E20;
}
</style>
background-color css
<style>
a { background-color: #345E20; }
a { background-color: rgb(52,94,32); }
div.DivClassName
{
background-color: #345E20;
}
.BgClassName
{
background-color: #345E20;
}
</style>
border-color css
<style>
span { border-color: #345E20; }
span { border-color: rgb(52,94,32); }
td.TdClassName
{
border-color: #345E20;
}
.TagClassName
{
border-color: #345E20;
}
</style>