Shades of Green House #34662D
Tints of Green House #34662D
RGB
CMYK
RGB Variations
Color information
#34662D (or 0x34662D) is known color: Green House. HEX triplet: 34, 66 and 2D. RGB value is (52,102,45). Sum of RGB (Red+Green+Blue) = 52+102+45=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 102 (40.23% from 255 or 51.26% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 102 - color contains mainly: green. Hex color #34662D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34662D is #CB99D2. Grayscale: #505050. Windows color (decimal): -13343187 or 2975284. OLE color: 2975284.
HSL color Cylindrical-coordinate representation of color #34662D: hue angle of 112.63º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34662D is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 52 | 102 | 45 | - |
| CMYK | 0.49 | 0 | 0.56 | 0.6 |
| HSL | 112.63º | 0.39% | 0.29% | - |
| HSV(B) | 112.63º | 0.56% | 0.4% | - |
| XYZ | 6.64 | 10.42 | 4.14 | - |
| YUV | 80.55 | 107.94 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 102 | 45 | 0.49 | 0 | 0.56 | 0.6 | 112.63 | 0.39 | 0.29 |
| Hex | 34 | 66 | 2D | 31 | 0 | 38 | 3C | 71 | 27 | 1D |
| Octal | 64 | 146 | 55 | 61 | 0 | 70 | 74 | 161 | 47 | 35 |
| Binary | 110100 | 1100110 | 101101 | 110001 | 0 | 111000 | 111100 | 1110001 | 100111 | 11101 |
Color Harmonies of #34662D
Complementary color
Monochromatic Colors of #34662D
Black with #34662D
Text Example
Text Example
White with #34662D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34662D; }
p { color: rgb(52,102,45); }
H1.HeaderClassName
{
color: #34662D;
}
.AnyTagClassName
{
color: #34662D;
}
</style>
background-color css
<style>
a { background-color: #34662D; }
a { background-color: rgb(52,102,45); }
div.DivClassName
{
background-color: #34662D;
}
.BgClassName
{
background-color: #34662D;
}
</style>
border-color css
<style>
span { border-color: #34662D; }
span { border-color: rgb(52,102,45); }
td.TdClassName
{
border-color: #34662D;
}
.TagClassName
{
border-color: #34662D;
}
</style>