Shades of Green House #346124
Tints of Green House #346124
RGB
CMYK
RGB Variations
Color information
#346124 (or 0x346124) is known color: Green House. HEX triplet: 34, 61 and 24. RGB value is (52,97,36). Sum of RGB (Red+Green+Blue) = 52+97+36=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #346124 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346124 is #CB9EDB. Grayscale: #4C4C4C. Windows color (decimal): -13344476 or 2384180. OLE color: 2384180.
HSL color Cylindrical-coordinate representation of color #346124: hue angle of 104.26º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #346124 is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 97 | 36 | - |
| CMYK | 0.46 | 0 | 0.63 | 0.62 |
| HSL | 104.26º | 0.46% | 0.26% | - |
| HSV(B) | 104.26º | 0.63% | 0.38% | - |
| XYZ | 6.01 | 9.41 | 3.17 | - |
| YUV | 76.59 | 105.09 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 97 | 36 | 0.46 | 0 | 0.63 | 0.62 | 104.26 | 0.46 | 0.26 |
| Hex | 34 | 61 | 24 | 2E | 0 | 3F | 3E | 68 | 2E | 1A |
| Octal | 64 | 141 | 44 | 56 | 0 | 77 | 76 | 150 | 56 | 32 |
| Binary | 110100 | 1100001 | 100100 | 101110 | 0 | 111111 | 111110 | 1101000 | 101110 | 11010 |
Color Harmonies of #346124
Complementary color
Monochromatic Colors of #346124
Black with #346124
Text Example
Text Example
White with #346124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346124; }
p { color: rgb(52,97,36); }
H1.HeaderClassName
{
color: #346124;
}
.AnyTagClassName
{
color: #346124;
}
</style>
background-color css
<style>
a { background-color: #346124; }
a { background-color: rgb(52,97,36); }
div.DivClassName
{
background-color: #346124;
}
.BgClassName
{
background-color: #346124;
}
</style>
border-color css
<style>
span { border-color: #346124; }
span { border-color: rgb(52,97,36); }
td.TdClassName
{
border-color: #346124;
}
.TagClassName
{
border-color: #346124;
}
</style>