Shades of Green House #34582C
Tints of Green House #34582C
RGB
CMYK
RGB Variations
Color information
#34582C (or 0x34582C) is known color: Green House. HEX triplet: 34, 58 and 2C. RGB value is (52,88,44). Sum of RGB (Red+Green+Blue) = 52+88+44=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 88 (34.77% from 255 or 47.83% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 88 - color contains mainly: green. Hex color #34582C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34582C is #CBA7D3. Grayscale: #484848. Windows color (decimal): -13346772 or 2906164. OLE color: 2906164.
HSL color Cylindrical-coordinate representation of color #34582C: hue angle of 109.09º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #34582C is Cyan = 0.41, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 88 | 44 | - |
| CMYK | 0.41 | 0 | 0.5 | 0.65 |
| HSL | 109.09º | 0.33% | 0.26% | - |
| HSV(B) | 109.09º | 0.5% | 0.35% | - |
| XYZ | 5.36 | 7.89 | 3.62 | - |
| YUV | 72.22 | 112.07 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 88 | 44 | 0.41 | 0 | 0.5 | 0.65 | 109.09 | 0.33 | 0.26 |
| Hex | 34 | 58 | 2C | 29 | 0 | 32 | 41 | 6D | 21 | 1A |
| Octal | 64 | 130 | 54 | 51 | 0 | 62 | 101 | 155 | 41 | 32 |
| Binary | 110100 | 1011000 | 101100 | 101001 | 0 | 110010 | 1000001 | 1101101 | 100001 | 11010 |
Color Harmonies of #34582C
Complementary color
Monochromatic Colors of #34582C
Black with #34582C
Text Example
Text Example
White with #34582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34582C; }
p { color: rgb(52,88,44); }
H1.HeaderClassName
{
color: #34582C;
}
.AnyTagClassName
{
color: #34582C;
}
</style>
background-color css
<style>
a { background-color: #34582C; }
a { background-color: rgb(52,88,44); }
div.DivClassName
{
background-color: #34582C;
}
.BgClassName
{
background-color: #34582C;
}
</style>
border-color css
<style>
span { border-color: #34582C; }
span { border-color: rgb(52,88,44); }
td.TdClassName
{
border-color: #34582C;
}
.TagClassName
{
border-color: #34582C;
}
</style>