Shades of Green House #34662F
Tints of Green House #34662F
RGB
CMYK
RGB Variations
Color information
#34662F (or 0x34662F) is known color: Green House. HEX triplet: 34, 66 and 2F. RGB value is (52,102,47). Sum of RGB (Red+Green+Blue) = 52+102+47=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 102 (40.23% from 255 or 50.75% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 102 - color contains mainly: green. Hex color #34662F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34662F is #CB99D0. Grayscale: #505050. Windows color (decimal): -13343185 or 3106356. OLE color: 3106356.
HSL color Cylindrical-coordinate representation of color #34662F: hue angle of 114.55º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34662F is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 52 | 102 | 47 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.6 |
| HSL | 114.55º | 0.37% | 0.29% | - |
| HSV(B) | 114.55º | 0.54% | 0.4% | - |
| XYZ | 6.68 | 10.44 | 4.35 | - |
| YUV | 80.78 | 108.94 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 102 | 47 | 0.49 | 0 | 0.54 | 0.6 | 114.55 | 0.37 | 0.29 |
| Hex | 34 | 66 | 2F | 31 | 0 | 36 | 3C | 73 | 25 | 1D |
| Octal | 64 | 146 | 57 | 61 | 0 | 66 | 74 | 163 | 45 | 35 |
| Binary | 110100 | 1100110 | 101111 | 110001 | 0 | 110110 | 111100 | 1110011 | 100101 | 11101 |
Color Harmonies of #34662F
Complementary color
Monochromatic Colors of #34662F
Black with #34662F
Text Example
Text Example
White with #34662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34662F; }
p { color: rgb(52,102,47); }
H1.HeaderClassName
{
color: #34662F;
}
.AnyTagClassName
{
color: #34662F;
}
</style>
background-color css
<style>
a { background-color: #34662F; }
a { background-color: rgb(52,102,47); }
div.DivClassName
{
background-color: #34662F;
}
.BgClassName
{
background-color: #34662F;
}
</style>
border-color css
<style>
span { border-color: #34662F; }
span { border-color: rgb(52,102,47); }
td.TdClassName
{
border-color: #34662F;
}
.TagClassName
{
border-color: #34662F;
}
</style>