Shades of Green House #34592F
Tints of Green House #34592F
RGB
CMYK
RGB Variations
Color information
#34592F (or 0x34592F) is known color: Green House. HEX triplet: 34, 59 and 2F. RGB value is (52,89,47). Sum of RGB (Red+Green+Blue) = 52+89+47=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 89 - color contains mainly: green. Hex color #34592F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34592F is #CBA6D0. Grayscale: #494949. Windows color (decimal): -13346513 or 3103028. OLE color: 3103028.
HSL color Cylindrical-coordinate representation of color #34592F: hue angle of 112.86º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #34592F is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 89 | 47 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.65 |
| HSL | 112.86º | 0.31% | 0.27% | - |
| HSV(B) | 112.86º | 0.47% | 0.35% | - |
| XYZ | 5.5 | 8.08 | 3.96 | - |
| YUV | 73.15 | 113.24 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 89 | 47 | 0.42 | 0 | 0.47 | 0.65 | 112.86 | 0.31 | 0.27 |
| Hex | 34 | 59 | 2F | 2A | 0 | 2F | 41 | 71 | 1F | 1B |
| Octal | 64 | 131 | 57 | 52 | 0 | 57 | 101 | 161 | 37 | 33 |
| Binary | 110100 | 1011001 | 101111 | 101010 | 0 | 101111 | 1000001 | 1110001 | 11111 | 11011 |
Color Harmonies of #34592F
Complementary color
Monochromatic Colors of #34592F
Black with #34592F
Text Example
Text Example
White with #34592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34592F; }
p { color: rgb(52,89,47); }
H1.HeaderClassName
{
color: #34592F;
}
.AnyTagClassName
{
color: #34592F;
}
</style>
background-color css
<style>
a { background-color: #34592F; }
a { background-color: rgb(52,89,47); }
div.DivClassName
{
background-color: #34592F;
}
.BgClassName
{
background-color: #34592F;
}
</style>
border-color css
<style>
span { border-color: #34592F; }
span { border-color: rgb(52,89,47); }
td.TdClassName
{
border-color: #34592F;
}
.TagClassName
{
border-color: #34592F;
}
</style>