Shades of Green House #345C23
Tints of Green House #345C23
RGB
CMYK
RGB Variations
Color information
#345C23 (or 0x345C23) is known color: Green House. HEX triplet: 34, 5C and 23. RGB value is (52,92,35). Sum of RGB (Red+Green+Blue) = 52+92+35=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 92 (36.33% from 255 or 51.40% from 179); Blue value is 35 (14.06% from 255 or 19.55% from 179); Max value from RGB is 92 - color contains mainly: green. Hex color #345C23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345C23 is #CBA3DC. Grayscale: #494949. Windows color (decimal): -13345757 or 2317364. OLE color: 2317364.
HSL color Cylindrical-coordinate representation of color #345C23: hue angle of 102.11º 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 #345C23 is Cyan = 0.43, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 92 | 35 | - |
| CMYK | 0.43 | 0 | 0.62 | 0.64 |
| HSL | 102.11º | 0.45% | 0.25% | - |
| HSV(B) | 102.11º | 0.62% | 0.36% | - |
| XYZ | 5.55 | 8.51 | 2.94 | - |
| YUV | 73.54 | 106.25 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 35 | 0.43 | 0 | 0.62 | 0.64 | 102.11 | 0.45 | 0.25 |
| Hex | 34 | 5C | 23 | 2B | 0 | 3E | 40 | 66 | 2D | 19 |
| Octal | 64 | 134 | 43 | 53 | 0 | 76 | 100 | 146 | 55 | 31 |
| Binary | 110100 | 1011100 | 100011 | 101011 | 0 | 111110 | 1000000 | 1100110 | 101101 | 11001 |
Color Harmonies of #345C23
Complementary color
Monochromatic Colors of #345C23
Black with #345C23
Text Example
Text Example
White with #345C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345C23; }
p { color: rgb(52,92,35); }
H1.HeaderClassName
{
color: #345C23;
}
.AnyTagClassName
{
color: #345C23;
}
</style>
background-color css
<style>
a { background-color: #345C23; }
a { background-color: rgb(52,92,35); }
div.DivClassName
{
background-color: #345C23;
}
.BgClassName
{
background-color: #345C23;
}
</style>
border-color css
<style>
span { border-color: #345C23; }
span { border-color: rgb(52,92,35); }
td.TdClassName
{
border-color: #345C23;
}
.TagClassName
{
border-color: #345C23;
}
</style>