Shades of Green House #346022
Tints of Green House #346022
RGB
CMYK
RGB Variations
Color information
#346022 (or 0x346022) is known color: Green House. HEX triplet: 34, 60 and 22. RGB value is (52,96,34). Sum of RGB (Red+Green+Blue) = 52+96+34=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #346022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346022 is #CB9FDD. Grayscale: #4B4B4B. Windows color (decimal): -13344734 or 2252852. OLE color: 2252852.
HSL color Cylindrical-coordinate representation of color #346022: hue angle of 102.58º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #346022 is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 96 | 34 | - |
| CMYK | 0.46 | 0 | 0.65 | 0.62 |
| HSL | 102.58º | 0.48% | 0.25% | - |
| HSV(B) | 102.58º | 0.65% | 0.38% | - |
| XYZ | 5.89 | 9.21 | 2.98 | - |
| YUV | 75.78 | 104.42 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 96 | 34 | 0.46 | 0 | 0.65 | 0.62 | 102.58 | 0.48 | 0.25 |
| Hex | 34 | 60 | 22 | 2E | 0 | 41 | 3E | 67 | 30 | 19 |
| Octal | 64 | 140 | 42 | 56 | 0 | 101 | 76 | 147 | 60 | 31 |
| Binary | 110100 | 1100000 | 100010 | 101110 | 0 | 1000001 | 111110 | 1100111 | 110000 | 11001 |
Color Harmonies of #346022
Complementary color
Monochromatic Colors of #346022
Black with #346022
Text Example
Text Example
White with #346022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346022; }
p { color: rgb(52,96,34); }
H1.HeaderClassName
{
color: #346022;
}
.AnyTagClassName
{
color: #346022;
}
</style>
background-color css
<style>
a { background-color: #346022; }
a { background-color: rgb(52,96,34); }
div.DivClassName
{
background-color: #346022;
}
.BgClassName
{
background-color: #346022;
}
</style>
border-color css
<style>
span { border-color: #346022; }
span { border-color: rgb(52,96,34); }
td.TdClassName
{
border-color: #346022;
}
.TagClassName
{
border-color: #346022;
}
</style>