Shades of Green House #34682F
Tints of Green House #34682F
RGB
CMYK
RGB Variations
Color information
#34682F (or 0x34682F) is known color: Green House. HEX triplet: 34, 68 and 2F. RGB value is (52,104,47). Sum of RGB (Red+Green+Blue) = 52+104+47=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 104 (41.02% from 255 or 51.23% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 104 - color contains mainly: green. Hex color #34682F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34682F is #CB97D0. Grayscale: #525252. Windows color (decimal): -13342673 or 3106868. OLE color: 3106868.
HSL color Cylindrical-coordinate representation of color #34682F: hue angle of 114.74º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #34682F is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 52 | 104 | 47 | - |
| CMYK | 0.50 | 0 | 0.55 | 0.59 |
| HSL | 114.74º | 0.38% | 0.3% | - |
| HSV(B) | 114.74º | 0.55% | 0.41% | - |
| XYZ | 6.88 | 10.84 | 4.42 | - |
| YUV | 81.95 | 108.27 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 104 | 47 | 0.50 | 0 | 0.55 | 0.59 | 114.74 | 0.38 | 0.3 |
| Hex | 34 | 68 | 2F | 32 | 0 | 37 | 3B | 73 | 26 | 1E |
| Octal | 64 | 150 | 57 | 62 | 0 | 67 | 73 | 163 | 46 | 36 |
| Binary | 110100 | 1101000 | 101111 | 110010 | 0 | 110111 | 111011 | 1110011 | 100110 | 11110 |
Color Harmonies of #34682F
Complementary color
Monochromatic Colors of #34682F
Black with #34682F
Text Example
Text Example
White with #34682F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34682F; }
p { color: rgb(52,104,47); }
H1.HeaderClassName
{
color: #34682F;
}
.AnyTagClassName
{
color: #34682F;
}
</style>
background-color css
<style>
a { background-color: #34682F; }
a { background-color: rgb(52,104,47); }
div.DivClassName
{
background-color: #34682F;
}
.BgClassName
{
background-color: #34682F;
}
</style>
border-color css
<style>
span { border-color: #34682F; }
span { border-color: rgb(52,104,47); }
td.TdClassName
{
border-color: #34682F;
}
.TagClassName
{
border-color: #34682F;
}
</style>