Shades of Green House #34652A
Tints of Green House #34652A
RGB
CMYK
RGB Variations
Color information
#34652A (or 0x34652A) is known color: Green House. HEX triplet: 34, 65 and 2A. RGB value is (52,101,42). Sum of RGB (Red+Green+Blue) = 52+101+42=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 101 (39.84% from 255 or 51.79% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 101 - color contains mainly: green. Hex color #34652A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34652A is #CB9AD5. Grayscale: #4F4F4F. Windows color (decimal): -13343446 or 2778420. OLE color: 2778420.
HSL color Cylindrical-coordinate representation of color #34652A: hue angle of 109.83º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34652A is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 52 | 101 | 42 | - |
| CMYK | 0.49 | 0 | 0.58 | 0.60 |
| HSL | 109.83º | 0.41% | 0.28% | - |
| HSV(B) | 109.83º | 0.58% | 0.4% | - |
| XYZ | 6.49 | 10.2 | 3.82 | - |
| YUV | 79.62 | 106.77 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 101 | 42 | 0.49 | 0 | 0.58 | 0.60 | 109.83 | 0.41 | 0.28 |
| Hex | 34 | 65 | 2A | 31 | 0 | 3A | 3C | 6E | 29 | 1C |
| Octal | 64 | 145 | 52 | 61 | 0 | 72 | 74 | 156 | 51 | 34 |
| Binary | 110100 | 1100101 | 101010 | 110001 | 0 | 111010 | 111100 | 1101110 | 101001 | 11100 |
Color Harmonies of #34652A
Complementary color
Monochromatic Colors of #34652A
Black with #34652A
Text Example
Text Example
White with #34652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34652A; }
p { color: rgb(52,101,42); }
H1.HeaderClassName
{
color: #34652A;
}
.AnyTagClassName
{
color: #34652A;
}
</style>
background-color css
<style>
a { background-color: #34652A; }
a { background-color: rgb(52,101,42); }
div.DivClassName
{
background-color: #34652A;
}
.BgClassName
{
background-color: #34652A;
}
</style>
border-color css
<style>
span { border-color: #34652A; }
span { border-color: rgb(52,101,42); }
td.TdClassName
{
border-color: #34652A;
}
.TagClassName
{
border-color: #34652A;
}
</style>