Shades of Green House #346119
Tints of Green House #346119
RGB
CMYK
RGB Variations
Color information
#346119 (or 0x346119) is known color: Green House. HEX triplet: 34, 61 and 19. RGB value is (52,97,25). Sum of RGB (Red+Green+Blue) = 52+97+25=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 97 (38.28% from 255 or 55.75% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 97 - color contains mainly: green. Hex color #346119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346119 is #CB9EE6. Grayscale: #4B4B4B. Windows color (decimal): -13344487 or 1663284. OLE color: 1663284.
HSL color Cylindrical-coordinate representation of color #346119: hue angle of 97.5º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #346119 is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 97 | 25 | - |
| CMYK | 0.46 | 0 | 0.74 | 0.62 |
| HSL | 97.5º | 0.59% | 0.24% | - |
| HSV(B) | 97.5º | 0.74% | 0.38% | - |
| XYZ | 5.87 | 9.35 | 2.42 | - |
| YUV | 75.34 | 99.59 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 97 | 25 | 0.46 | 0 | 0.74 | 0.62 | 97.5 | 0.59 | 0.24 |
| Hex | 34 | 61 | 19 | 2E | 0 | 4A | 3E | 62 | 3B | 18 |
| Octal | 64 | 141 | 31 | 56 | 0 | 112 | 76 | 142 | 73 | 30 |
| Binary | 110100 | 1100001 | 11001 | 101110 | 0 | 1001010 | 111110 | 1100010 | 111011 | 11000 |
Color Harmonies of #346119
Complementary color
Monochromatic Colors of #346119
Black with #346119
Text Example
Text Example
White with #346119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346119; }
p { color: rgb(52,97,25); }
H1.HeaderClassName
{
color: #346119;
}
.AnyTagClassName
{
color: #346119;
}
</style>
background-color css
<style>
a { background-color: #346119; }
a { background-color: rgb(52,97,25); }
div.DivClassName
{
background-color: #346119;
}
.BgClassName
{
background-color: #346119;
}
</style>
border-color css
<style>
span { border-color: #346119; }
span { border-color: rgb(52,97,25); }
td.TdClassName
{
border-color: #346119;
}
.TagClassName
{
border-color: #346119;
}
</style>