Shades of Green House #34652B
Tints of Green House #34652B
RGB
CMYK
RGB Variations
Color information
#34652B (or 0x34652B) is known color: Green House. HEX triplet: 34, 65 and 2B. RGB value is (52,101,43). Sum of RGB (Red+Green+Blue) = 52+101+43=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 101 (39.84% from 255 or 51.53% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 101 - color contains mainly: green. Hex color #34652B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34652B is #CB9AD4. Grayscale: #4F4F4F. Windows color (decimal): -13343445 or 2843956. OLE color: 2843956.
HSL color Cylindrical-coordinate representation of color #34652B: hue angle of 110.69º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34652B is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 52 | 101 | 43 | - |
| CMYK | 0.49 | 0 | 0.57 | 0.60 |
| HSL | 110.69º | 0.4% | 0.28% | - |
| HSV(B) | 110.69º | 0.57% | 0.4% | - |
| XYZ | 6.51 | 10.21 | 3.91 | - |
| YUV | 79.74 | 107.27 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 101 | 43 | 0.49 | 0 | 0.57 | 0.60 | 110.69 | 0.4 | 0.28 |
| Hex | 34 | 65 | 2B | 31 | 0 | 39 | 3C | 6F | 28 | 1C |
| Octal | 64 | 145 | 53 | 61 | 0 | 71 | 74 | 157 | 50 | 34 |
| Binary | 110100 | 1100101 | 101011 | 110001 | 0 | 111001 | 111100 | 1101111 | 101000 | 11100 |
Color Harmonies of #34652B
Complementary color
Monochromatic Colors of #34652B
Black with #34652B
Text Example
Text Example
White with #34652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34652B; }
p { color: rgb(52,101,43); }
H1.HeaderClassName
{
color: #34652B;
}
.AnyTagClassName
{
color: #34652B;
}
</style>
background-color css
<style>
a { background-color: #34652B; }
a { background-color: rgb(52,101,43); }
div.DivClassName
{
background-color: #34652B;
}
.BgClassName
{
background-color: #34652B;
}
</style>
border-color css
<style>
span { border-color: #34652B; }
span { border-color: rgb(52,101,43); }
td.TdClassName
{
border-color: #34652B;
}
.TagClassName
{
border-color: #34652B;
}
</style>