Shades of Green House #345C29
Tints of Green House #345C29
RGB
CMYK
RGB Variations
Color information
#345C29 (or 0x345C29) is known color: Green House. HEX triplet: 34, 5C and 29. RGB value is (52,92,41). Sum of RGB (Red+Green+Blue) = 52+92+41=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 92 (36.33% from 255 or 49.73% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 92 - color contains mainly: green. Hex color #345C29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345C29 is #CBA3D6. Grayscale: #4A4A4A. Windows color (decimal): -13345751 or 2710580. OLE color: 2710580.
HSL color Cylindrical-coordinate representation of color #345C29: hue angle of 107.06º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #345C29 is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 92 | 41 | - |
| CMYK | 0.43 | 0 | 0.55 | 0.64 |
| HSL | 107.06º | 0.38% | 0.26% | - |
| HSV(B) | 107.06º | 0.55% | 0.36% | - |
| XYZ | 5.64 | 8.54 | 3.45 | - |
| YUV | 74.23 | 109.25 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 41 | 0.43 | 0 | 0.55 | 0.64 | 107.06 | 0.38 | 0.26 |
| Hex | 34 | 5C | 29 | 2B | 0 | 37 | 40 | 6B | 26 | 1A |
| Octal | 64 | 134 | 51 | 53 | 0 | 67 | 100 | 153 | 46 | 32 |
| Binary | 110100 | 1011100 | 101001 | 101011 | 0 | 110111 | 1000000 | 1101011 | 100110 | 11010 |
Color Harmonies of #345C29
Complementary color
Monochromatic Colors of #345C29
Black with #345C29
Text Example
Text Example
White with #345C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345C29; }
p { color: rgb(52,92,41); }
H1.HeaderClassName
{
color: #345C29;
}
.AnyTagClassName
{
color: #345C29;
}
</style>
background-color css
<style>
a { background-color: #345C29; }
a { background-color: rgb(52,92,41); }
div.DivClassName
{
background-color: #345C29;
}
.BgClassName
{
background-color: #345C29;
}
</style>
border-color css
<style>
span { border-color: #345C29; }
span { border-color: rgb(52,92,41); }
td.TdClassName
{
border-color: #345C29;
}
.TagClassName
{
border-color: #345C29;
}
</style>