Shades of Green House #346D25
Tints of Green House #346D25
RGB
CMYK
RGB Variations
Color information
#346D25 (or 0x346D25) is known color: Green House. HEX triplet: 34, 6D and 25. RGB value is (52,109,37). Sum of RGB (Red+Green+Blue) = 52+109+37=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 109 (42.97% from 255 or 55.05% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 109 - color contains mainly: green. Hex color #346D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346D25 is #CB92DA. Grayscale: #535353. Windows color (decimal): -13341403 or 2452788. OLE color: 2452788.
HSL color Cylindrical-coordinate representation of color #346D25: hue angle of 107.5º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #346D25 is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 109 | 37 | - |
| CMYK | 0.52 | 0 | 0.66 | 0.57 |
| HSL | 107.5º | 0.49% | 0.29% | - |
| HSV(B) | 107.5º | 0.66% | 0.43% | - |
| XYZ | 7.22 | 11.8 | 3.65 | - |
| YUV | 83.75 | 101.62 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 37 | 0.52 | 0 | 0.66 | 0.57 | 107.5 | 0.49 | 0.29 |
| Hex | 34 | 6D | 25 | 34 | 0 | 42 | 39 | 6C | 31 | 1D |
| Octal | 64 | 155 | 45 | 64 | 0 | 102 | 71 | 154 | 61 | 35 |
| Binary | 110100 | 1101101 | 100101 | 110100 | 0 | 1000010 | 111001 | 1101100 | 110001 | 11101 |
Color Harmonies of #346D25
Complementary color
Monochromatic Colors of #346D25
Black with #346D25
Text Example
Text Example
White with #346D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346D25; }
p { color: rgb(52,109,37); }
H1.HeaderClassName
{
color: #346D25;
}
.AnyTagClassName
{
color: #346D25;
}
</style>
background-color css
<style>
a { background-color: #346D25; }
a { background-color: rgb(52,109,37); }
div.DivClassName
{
background-color: #346D25;
}
.BgClassName
{
background-color: #346D25;
}
</style>
border-color css
<style>
span { border-color: #346D25; }
span { border-color: rgb(52,109,37); }
td.TdClassName
{
border-color: #346D25;
}
.TagClassName
{
border-color: #346D25;
}
</style>