Shades of Green House #34622C
Tints of Green House #34622C
RGB
CMYK
RGB Variations
Color information
#34622C (or 0x34622C) is known color: Green House. HEX triplet: 34, 62 and 2C. RGB value is (52,98,44). Sum of RGB (Red+Green+Blue) = 52+98+44=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 98 (38.67% from 255 or 50.52% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 98 - color contains mainly: green. Hex color #34622C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34622C is #CB9DD3. Grayscale: #4E4E4E. Windows color (decimal): -13344212 or 2908724. OLE color: 2908724.
HSL color Cylindrical-coordinate representation of color #34622C: hue angle of 111.11º 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 #34622C is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 98 | 44 | - |
| CMYK | 0.47 | 0 | 0.55 | 0.62 |
| HSL | 111.11º | 0.38% | 0.28% | - |
| HSV(B) | 111.11º | 0.55% | 0.38% | - |
| XYZ | 6.24 | 9.65 | 3.92 | - |
| YUV | 78.09 | 108.76 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 98 | 44 | 0.47 | 0 | 0.55 | 0.62 | 111.11 | 0.38 | 0.28 |
| Hex | 34 | 62 | 2C | 2F | 0 | 37 | 3E | 6F | 26 | 1C |
| Octal | 64 | 142 | 54 | 57 | 0 | 67 | 76 | 157 | 46 | 34 |
| Binary | 110100 | 1100010 | 101100 | 101111 | 0 | 110111 | 111110 | 1101111 | 100110 | 11100 |
Color Harmonies of #34622C
Complementary color
Monochromatic Colors of #34622C
Black with #34622C
Text Example
Text Example
White with #34622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34622C; }
p { color: rgb(52,98,44); }
H1.HeaderClassName
{
color: #34622C;
}
.AnyTagClassName
{
color: #34622C;
}
</style>
background-color css
<style>
a { background-color: #34622C; }
a { background-color: rgb(52,98,44); }
div.DivClassName
{
background-color: #34622C;
}
.BgClassName
{
background-color: #34622C;
}
</style>
border-color css
<style>
span { border-color: #34622C; }
span { border-color: rgb(52,98,44); }
td.TdClassName
{
border-color: #34622C;
}
.TagClassName
{
border-color: #34622C;
}
</style>