Shades of Green House #34602F
Tints of Green House #34602F
RGB
CMYK
RGB Variations
Color information
#34602F (or 0x34602F) is known color: Green House. HEX triplet: 34, 60 and 2F. RGB value is (52,96,47). Sum of RGB (Red+Green+Blue) = 52+96+47=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 96 (37.89% from 255 or 49.23% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 96 - color contains mainly: green. Hex color #34602F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34602F is #CB9FD0. Grayscale: #4D4D4D. Windows color (decimal): -13344721 or 3104820. OLE color: 3104820.
HSL color Cylindrical-coordinate representation of color #34602F: hue angle of 113.88º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #34602F is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 96 | 47 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.62 |
| HSL | 113.88º | 0.34% | 0.28% | - |
| HSV(B) | 113.88º | 0.51% | 0.38% | - |
| XYZ | 6.11 | 9.3 | 4.16 | - |
| YUV | 77.26 | 110.92 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 96 | 47 | 0.46 | 0 | 0.51 | 0.62 | 113.88 | 0.34 | 0.28 |
| Hex | 34 | 60 | 2F | 2E | 0 | 33 | 3E | 72 | 22 | 1C |
| Octal | 64 | 140 | 57 | 56 | 0 | 63 | 76 | 162 | 42 | 34 |
| Binary | 110100 | 1100000 | 101111 | 101110 | 0 | 110011 | 111110 | 1110010 | 100010 | 11100 |
Color Harmonies of #34602F
Complementary color
Monochromatic Colors of #34602F
Black with #34602F
Text Example
Text Example
White with #34602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34602F; }
p { color: rgb(52,96,47); }
H1.HeaderClassName
{
color: #34602F;
}
.AnyTagClassName
{
color: #34602F;
}
</style>
background-color css
<style>
a { background-color: #34602F; }
a { background-color: rgb(52,96,47); }
div.DivClassName
{
background-color: #34602F;
}
.BgClassName
{
background-color: #34602F;
}
</style>
border-color css
<style>
span { border-color: #34602F; }
span { border-color: rgb(52,96,47); }
td.TdClassName
{
border-color: #34602F;
}
.TagClassName
{
border-color: #34602F;
}
</style>