Shades of Green House #34672E
Tints of Green House #34672E
RGB
CMYK
RGB Variations
Color information
#34672E (or 0x34672E) is known color: Green House. HEX triplet: 34, 67 and 2E. RGB value is (52,103,46). Sum of RGB (Red+Green+Blue) = 52+103+46=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 103 (40.62% from 255 or 51.24% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 103 - color contains mainly: green. Hex color #34672E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34672E is #CB98D1. Grayscale: #515151. Windows color (decimal): -13342930 or 3041076. OLE color: 3041076.
HSL color Cylindrical-coordinate representation of color #34672E: hue angle of 113.68º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #34672E is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 52 | 103 | 46 | - |
| CMYK | 0.50 | 0 | 0.55 | 0.60 |
| HSL | 113.68º | 0.38% | 0.29% | - |
| HSV(B) | 113.68º | 0.55% | 0.4% | - |
| XYZ | 6.76 | 10.63 | 4.28 | - |
| YUV | 81.25 | 108.1 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 103 | 46 | 0.50 | 0 | 0.55 | 0.60 | 113.68 | 0.38 | 0.29 |
| Hex | 34 | 67 | 2E | 32 | 0 | 37 | 3C | 72 | 26 | 1D |
| Octal | 64 | 147 | 56 | 62 | 0 | 67 | 74 | 162 | 46 | 35 |
| Binary | 110100 | 1100111 | 101110 | 110010 | 0 | 110111 | 111100 | 1110010 | 100110 | 11101 |
Color Harmonies of #34672E
Complementary color
Monochromatic Colors of #34672E
Black with #34672E
Text Example
Text Example
White with #34672E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34672E; }
p { color: rgb(52,103,46); }
H1.HeaderClassName
{
color: #34672E;
}
.AnyTagClassName
{
color: #34672E;
}
</style>
background-color css
<style>
a { background-color: #34672E; }
a { background-color: rgb(52,103,46); }
div.DivClassName
{
background-color: #34672E;
}
.BgClassName
{
background-color: #34672E;
}
</style>
border-color css
<style>
span { border-color: #34672E; }
span { border-color: rgb(52,103,46); }
td.TdClassName
{
border-color: #34672E;
}
.TagClassName
{
border-color: #34672E;
}
</style>