Shades of Green House #345F1D
Tints of Green House #345F1D
RGB
CMYK
RGB Variations
Color information
#345F1D (or 0x345F1D) is known color: Green House. HEX triplet: 34, 5F and 1D. RGB value is (52,95,29). Sum of RGB (Red+Green+Blue) = 52+95+29=176 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.55% from 176); Green value is 95 (37.5% from 255 or 53.98% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 95 - color contains mainly: green. Hex color #345F1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345F1D is #CBA0E2. Grayscale: #4A4A4A. Windows color (decimal): -13344995 or 1924916. OLE color: 1924916.
HSL color Cylindrical-coordinate representation of color #345F1D: hue angle of 99.09º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #345F1D is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 95 | 29 | - |
| CMYK | 0.45 | 0 | 0.69 | 0.63 |
| HSL | 99.09º | 0.53% | 0.24% | - |
| HSV(B) | 99.09º | 0.69% | 0.37% | - |
| XYZ | 5.73 | 9 | 2.6 | - |
| YUV | 74.62 | 102.25 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 29 | 0.45 | 0 | 0.69 | 0.63 | 99.09 | 0.53 | 0.24 |
| Hex | 34 | 5F | 1D | 2D | 0 | 45 | 3F | 63 | 35 | 18 |
| Octal | 64 | 137 | 35 | 55 | 0 | 105 | 77 | 143 | 65 | 30 |
| Binary | 110100 | 1011111 | 11101 | 101101 | 0 | 1000101 | 111111 | 1100011 | 110101 | 11000 |
Color Harmonies of #345F1D
Complementary color
Monochromatic Colors of #345F1D
Black with #345F1D
Text Example
Text Example
White with #345F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345F1D; }
p { color: rgb(52,95,29); }
H1.HeaderClassName
{
color: #345F1D;
}
.AnyTagClassName
{
color: #345F1D;
}
</style>
background-color css
<style>
a { background-color: #345F1D; }
a { background-color: rgb(52,95,29); }
div.DivClassName
{
background-color: #345F1D;
}
.BgClassName
{
background-color: #345F1D;
}
</style>
border-color css
<style>
span { border-color: #345F1D; }
span { border-color: rgb(52,95,29); }
td.TdClassName
{
border-color: #345F1D;
}
.TagClassName
{
border-color: #345F1D;
}
</style>