Shades of Green House #345D30
Tints of Green House #345D30
RGB
CMYK
RGB Variations
Color information
#345D30 (or 0x345D30) is known color: Green House. HEX triplet: 34, 5D and 30. RGB value is (52,93,48). Sum of RGB (Red+Green+Blue) = 52+93+48=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 93 (36.72% from 255 or 48.19% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 93 - color contains mainly: green. Hex color #345D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345D30 is #CBA2CF. Grayscale: #4B4B4B. Windows color (decimal): -13345488 or 3169588. OLE color: 3169588.
HSL color Cylindrical-coordinate representation of color #345D30: hue angle of 114.67º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #345D30 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 93 | 48 | - |
| CMYK | 0.44 | 0 | 0.48 | 0.64 |
| HSL | 114.67º | 0.32% | 0.28% | - |
| HSV(B) | 114.67º | 0.48% | 0.36% | - |
| XYZ | 5.86 | 8.77 | 4.18 | - |
| YUV | 75.61 | 112.42 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 48 | 0.44 | 0 | 0.48 | 0.64 | 114.67 | 0.32 | 0.28 |
| Hex | 34 | 5D | 30 | 2C | 0 | 30 | 40 | 73 | 20 | 1C |
| Octal | 64 | 135 | 60 | 54 | 0 | 60 | 100 | 163 | 40 | 34 |
| Binary | 110100 | 1011101 | 110000 | 101100 | 0 | 110000 | 1000000 | 1110011 | 100000 | 11100 |
Color Harmonies of #345D30
Complementary color
Monochromatic Colors of #345D30
Black with #345D30
Text Example
Text Example
White with #345D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345D30; }
p { color: rgb(52,93,48); }
H1.HeaderClassName
{
color: #345D30;
}
.AnyTagClassName
{
color: #345D30;
}
</style>
background-color css
<style>
a { background-color: #345D30; }
a { background-color: rgb(52,93,48); }
div.DivClassName
{
background-color: #345D30;
}
.BgClassName
{
background-color: #345D30;
}
</style>
border-color css
<style>
span { border-color: #345D30; }
span { border-color: rgb(52,93,48); }
td.TdClassName
{
border-color: #345D30;
}
.TagClassName
{
border-color: #345D30;
}
</style>