Shades of Green House #346B2D
Tints of Green House #346B2D
RGB
CMYK
RGB Variations
Color information
#346B2D (or 0x346B2D) is known color: Green House. HEX triplet: 34, 6B and 2D. RGB value is (52,107,45). Sum of RGB (Red+Green+Blue) = 52+107+45=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 107 (42.19% from 255 or 52.45% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 107 - color contains mainly: green. Hex color #346B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346B2D is #CB94D2. Grayscale: #535353. Windows color (decimal): -13341907 or 2976564. OLE color: 2976564.
HSL color Cylindrical-coordinate representation of color #346B2D: hue angle of 113.23º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #346B2D is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 107 | 45 | - |
| CMYK | 0.51 | 0 | 0.58 | 0.58 |
| HSL | 113.23º | 0.41% | 0.3% | - |
| HSV(B) | 113.23º | 0.58% | 0.42% | - |
| XYZ | 7.15 | 11.43 | 4.31 | - |
| YUV | 83.49 | 106.28 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 107 | 45 | 0.51 | 0 | 0.58 | 0.58 | 113.23 | 0.41 | 0.3 |
| Hex | 34 | 6B | 2D | 33 | 0 | 3A | 3A | 71 | 29 | 1E |
| Octal | 64 | 153 | 55 | 63 | 0 | 72 | 72 | 161 | 51 | 36 |
| Binary | 110100 | 1101011 | 101101 | 110011 | 0 | 111010 | 111010 | 1110001 | 101001 | 11110 |
Color Harmonies of #346B2D
Complementary color
Monochromatic Colors of #346B2D
Black with #346B2D
Text Example
Text Example
White with #346B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346B2D; }
p { color: rgb(52,107,45); }
H1.HeaderClassName
{
color: #346B2D;
}
.AnyTagClassName
{
color: #346B2D;
}
</style>
background-color css
<style>
a { background-color: #346B2D; }
a { background-color: rgb(52,107,45); }
div.DivClassName
{
background-color: #346B2D;
}
.BgClassName
{
background-color: #346B2D;
}
</style>
border-color css
<style>
span { border-color: #346B2D; }
span { border-color: rgb(52,107,45); }
td.TdClassName
{
border-color: #346B2D;
}
.TagClassName
{
border-color: #346B2D;
}
</style>