Shades of Green House #345E23
Tints of Green House #345E23
RGB
CMYK
RGB Variations
Color information
#345E23 (or 0x345E23) is known color: Green House. HEX triplet: 34, 5E and 23. RGB value is (52,94,35). Sum of RGB (Red+Green+Blue) = 52+94+35=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 94 (37.11% from 255 or 51.93% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 94 - color contains mainly: green. Hex color #345E23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345E23 is #CBA1DC. Grayscale: #4A4A4A. Windows color (decimal): -13345245 or 2317876. OLE color: 2317876.
HSL color Cylindrical-coordinate representation of color #345E23: hue angle of 102.71º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #345E23 is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 94 | 35 | - |
| CMYK | 0.45 | 0 | 0.63 | 0.63 |
| HSL | 102.71º | 0.46% | 0.25% | - |
| HSV(B) | 102.71º | 0.63% | 0.37% | - |
| XYZ | 5.72 | 8.86 | 3 | - |
| YUV | 74.72 | 105.59 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 35 | 0.45 | 0 | 0.63 | 0.63 | 102.71 | 0.46 | 0.25 |
| Hex | 34 | 5E | 23 | 2D | 0 | 3F | 3F | 67 | 2E | 19 |
| Octal | 64 | 136 | 43 | 55 | 0 | 77 | 77 | 147 | 56 | 31 |
| Binary | 110100 | 1011110 | 100011 | 101101 | 0 | 111111 | 111111 | 1100111 | 101110 | 11001 |
Color Harmonies of #345E23
Complementary color
Monochromatic Colors of #345E23
Black with #345E23
Text Example
Text Example
White with #345E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345E23; }
p { color: rgb(52,94,35); }
H1.HeaderClassName
{
color: #345E23;
}
.AnyTagClassName
{
color: #345E23;
}
</style>
background-color css
<style>
a { background-color: #345E23; }
a { background-color: rgb(52,94,35); }
div.DivClassName
{
background-color: #345E23;
}
.BgClassName
{
background-color: #345E23;
}
</style>
border-color css
<style>
span { border-color: #345E23; }
span { border-color: rgb(52,94,35); }
td.TdClassName
{
border-color: #345E23;
}
.TagClassName
{
border-color: #345E23;
}
</style>