Shades of Green House #34622B
Tints of Green House #34622B
RGB
CMYK
RGB Variations
Color information
#34622B (or 0x34622B) is known color: Green House. HEX triplet: 34, 62 and 2B. RGB value is (52,98,43). Sum of RGB (Red+Green+Blue) = 52+98+43=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #34622B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34622B is #CB9DD4. Grayscale: #4E4E4E. Windows color (decimal): -13344213 or 2843188. OLE color: 2843188.
HSL color Cylindrical-coordinate representation of color #34622B: hue angle of 110.18º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34622B is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 98 | 43 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.62 |
| HSL | 110.18º | 0.39% | 0.28% | - |
| HSV(B) | 110.18º | 0.56% | 0.38% | - |
| XYZ | 6.22 | 9.64 | 3.82 | - |
| YUV | 77.98 | 108.26 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 98 | 43 | 0.47 | 0 | 0.56 | 0.62 | 110.18 | 0.39 | 0.28 |
| Hex | 34 | 62 | 2B | 2F | 0 | 38 | 3E | 6E | 27 | 1C |
| Octal | 64 | 142 | 53 | 57 | 0 | 70 | 76 | 156 | 47 | 34 |
| Binary | 110100 | 1100010 | 101011 | 101111 | 0 | 111000 | 111110 | 1101110 | 100111 | 11100 |
Color Harmonies of #34622B
Complementary color
Monochromatic Colors of #34622B
Black with #34622B
Text Example
Text Example
White with #34622B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34622B; }
p { color: rgb(52,98,43); }
H1.HeaderClassName
{
color: #34622B;
}
.AnyTagClassName
{
color: #34622B;
}
</style>
background-color css
<style>
a { background-color: #34622B; }
a { background-color: rgb(52,98,43); }
div.DivClassName
{
background-color: #34622B;
}
.BgClassName
{
background-color: #34622B;
}
</style>
border-color css
<style>
span { border-color: #34622B; }
span { border-color: rgb(52,98,43); }
td.TdClassName
{
border-color: #34622B;
}
.TagClassName
{
border-color: #34622B;
}
</style>