Shades of Green House #345B2F
Tints of Green House #345B2F
RGB
CMYK
RGB Variations
Color information
#345B2F (or 0x345B2F) is known color: Green House. HEX triplet: 34, 5B and 2F. RGB value is (52,91,47). Sum of RGB (Red+Green+Blue) = 52+91+47=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 91 (35.94% from 255 or 47.89% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 91 - color contains mainly: green. Hex color #345B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345B2F is #CBA4D0. Grayscale: #4A4A4A. Windows color (decimal): -13346001 or 3103540. OLE color: 3103540.
HSL color Cylindrical-coordinate representation of color #345B2F: hue angle of 113.18º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #345B2F is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 91 | 47 | - |
| CMYK | 0.43 | 0 | 0.48 | 0.64 |
| HSL | 113.18º | 0.32% | 0.27% | - |
| HSV(B) | 113.18º | 0.48% | 0.36% | - |
| XYZ | 5.67 | 8.42 | 4.02 | - |
| YUV | 74.32 | 112.58 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 47 | 0.43 | 0 | 0.48 | 0.64 | 113.18 | 0.32 | 0.27 |
| Hex | 34 | 5B | 2F | 2B | 0 | 30 | 40 | 71 | 20 | 1B |
| Octal | 64 | 133 | 57 | 53 | 0 | 60 | 100 | 161 | 40 | 33 |
| Binary | 110100 | 1011011 | 101111 | 101011 | 0 | 110000 | 1000000 | 1110001 | 100000 | 11011 |
Color Harmonies of #345B2F
Complementary color
Monochromatic Colors of #345B2F
Black with #345B2F
Text Example
Text Example
White with #345B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345B2F; }
p { color: rgb(52,91,47); }
H1.HeaderClassName
{
color: #345B2F;
}
.AnyTagClassName
{
color: #345B2F;
}
</style>
background-color css
<style>
a { background-color: #345B2F; }
a { background-color: rgb(52,91,47); }
div.DivClassName
{
background-color: #345B2F;
}
.BgClassName
{
background-color: #345B2F;
}
</style>
border-color css
<style>
span { border-color: #345B2F; }
span { border-color: rgb(52,91,47); }
td.TdClassName
{
border-color: #345B2F;
}
.TagClassName
{
border-color: #345B2F;
}
</style>