Shades of Green House #346A28
Tints of Green House #346A28
RGB
CMYK
RGB Variations
Color information
#346A28 (or 0x346A28) is known color: Green House. HEX triplet: 34, 6A and 28. RGB value is (52,106,40). Sum of RGB (Red+Green+Blue) = 52+106+40=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 106 (41.80% from 255 or 53.54% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 106 - color contains mainly: green. Hex color #346A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346A28 is #CB95D7. Grayscale: #525252. Windows color (decimal): -13342168 or 2648628. OLE color: 2648628.
HSL color Cylindrical-coordinate representation of color #346A28: hue angle of 109.09º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #346A28 is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 106 | 40 | - |
| CMYK | 0.51 | 0 | 0.62 | 0.58 |
| HSL | 109.09º | 0.45% | 0.29% | - |
| HSV(B) | 109.09º | 0.62% | 0.42% | - |
| XYZ | 6.95 | 11.19 | 3.8 | - |
| YUV | 82.33 | 104.11 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 106 | 40 | 0.51 | 0 | 0.62 | 0.58 | 109.09 | 0.45 | 0.29 |
| Hex | 34 | 6A | 28 | 33 | 0 | 3E | 3A | 6D | 2D | 1D |
| Octal | 64 | 152 | 50 | 63 | 0 | 76 | 72 | 155 | 55 | 35 |
| Binary | 110100 | 1101010 | 101000 | 110011 | 0 | 111110 | 111010 | 1101101 | 101101 | 11101 |
Color Harmonies of #346A28
Complementary color
Monochromatic Colors of #346A28
Black with #346A28
Text Example
Text Example
White with #346A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346A28; }
p { color: rgb(52,106,40); }
H1.HeaderClassName
{
color: #346A28;
}
.AnyTagClassName
{
color: #346A28;
}
</style>
background-color css
<style>
a { background-color: #346A28; }
a { background-color: rgb(52,106,40); }
div.DivClassName
{
background-color: #346A28;
}
.BgClassName
{
background-color: #346A28;
}
</style>
border-color css
<style>
span { border-color: #346A28; }
span { border-color: rgb(52,106,40); }
td.TdClassName
{
border-color: #346A28;
}
.TagClassName
{
border-color: #346A28;
}
</style>