Shades of Green House #34612C
Tints of Green House #34612C
RGB
CMYK
RGB Variations
Color information
#34612C (or 0x34612C) is known color: Green House. HEX triplet: 34, 61 and 2C. RGB value is (52,97,44). Sum of RGB (Red+Green+Blue) = 52+97+44=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #34612C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34612C is #CB9ED3. Grayscale: #4D4D4D. Windows color (decimal): -13344468 or 2908468. OLE color: 2908468.
HSL color Cylindrical-coordinate representation of color #34612C: hue angle of 110.94º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #34612C is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 97 | 44 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.62 |
| HSL | 110.94º | 0.38% | 0.28% | - |
| HSV(B) | 110.94º | 0.55% | 0.38% | - |
| XYZ | 6.15 | 9.46 | 3.89 | - |
| YUV | 77.5 | 109.09 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 97 | 44 | 0.46 | 0 | 0.55 | 0.62 | 110.94 | 0.38 | 0.28 |
| Hex | 34 | 61 | 2C | 2E | 0 | 37 | 3E | 6F | 26 | 1C |
| Octal | 64 | 141 | 54 | 56 | 0 | 67 | 76 | 157 | 46 | 34 |
| Binary | 110100 | 1100001 | 101100 | 101110 | 0 | 110111 | 111110 | 1101111 | 100110 | 11100 |
Color Harmonies of #34612C
Complementary color
Monochromatic Colors of #34612C
Black with #34612C
Text Example
Text Example
White with #34612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34612C; }
p { color: rgb(52,97,44); }
H1.HeaderClassName
{
color: #34612C;
}
.AnyTagClassName
{
color: #34612C;
}
</style>
background-color css
<style>
a { background-color: #34612C; }
a { background-color: rgb(52,97,44); }
div.DivClassName
{
background-color: #34612C;
}
.BgClassName
{
background-color: #34612C;
}
</style>
border-color css
<style>
span { border-color: #34612C; }
span { border-color: rgb(52,97,44); }
td.TdClassName
{
border-color: #34612C;
}
.TagClassName
{
border-color: #34612C;
}
</style>