Shades of Green House #34672D
Tints of Green House #34672D
RGB
CMYK
RGB Variations
Color information
#34672D (or 0x34672D) is known color: Green House. HEX triplet: 34, 67 and 2D. RGB value is (52,103,45). Sum of RGB (Red+Green+Blue) = 52+103+45=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 103 (40.62% from 255 or 51.5% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 103 - color contains mainly: green. Hex color #34672D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34672D is #CB98D2. Grayscale: #515151. Windows color (decimal): -13342931 or 2975540. OLE color: 2975540.
HSL color Cylindrical-coordinate representation of color #34672D: hue angle of 112.76º 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 #34672D is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 52 | 103 | 45 | - |
| CMYK | 0.50 | 0 | 0.56 | 0.60 |
| HSL | 112.76º | 0.39% | 0.29% | - |
| HSV(B) | 112.76º | 0.56% | 0.4% | - |
| XYZ | 6.74 | 10.62 | 4.18 | - |
| YUV | 81.14 | 107.6 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 103 | 45 | 0.50 | 0 | 0.56 | 0.60 | 112.76 | 0.39 | 0.29 |
| Hex | 34 | 67 | 2D | 32 | 0 | 38 | 3C | 71 | 27 | 1D |
| Octal | 64 | 147 | 55 | 62 | 0 | 70 | 74 | 161 | 47 | 35 |
| Binary | 110100 | 1100111 | 101101 | 110010 | 0 | 111000 | 111100 | 1110001 | 100111 | 11101 |
Color Harmonies of #34672D
Complementary color
Monochromatic Colors of #34672D
Black with #34672D
Text Example
Text Example
White with #34672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34672D; }
p { color: rgb(52,103,45); }
H1.HeaderClassName
{
color: #34672D;
}
.AnyTagClassName
{
color: #34672D;
}
</style>
background-color css
<style>
a { background-color: #34672D; }
a { background-color: rgb(52,103,45); }
div.DivClassName
{
background-color: #34672D;
}
.BgClassName
{
background-color: #34672D;
}
</style>
border-color css
<style>
span { border-color: #34672D; }
span { border-color: rgb(52,103,45); }
td.TdClassName
{
border-color: #34672D;
}
.TagClassName
{
border-color: #34672D;
}
</style>