Shades of Green House #345A2F
Tints of Green House #345A2F
RGB
CMYK
RGB Variations
Color information
#345A2F (or 0x345A2F) is known color: Green House. HEX triplet: 34, 5A and 2F. RGB value is (52,90,47). Sum of RGB (Red+Green+Blue) = 52+90+47=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 90 (35.55% from 255 or 47.62% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 90 - color contains mainly: green. Hex color #345A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345A2F is #CBA5D0. Grayscale: #494949. Windows color (decimal): -13346257 or 3103284. OLE color: 3103284.
HSL color Cylindrical-coordinate representation of color #345A2F: hue angle of 113.02º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #345A2F is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 90 | 47 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.65 |
| HSL | 113.02º | 0.31% | 0.27% | - |
| HSV(B) | 113.02º | 0.48% | 0.35% | - |
| XYZ | 5.59 | 8.25 | 3.99 | - |
| YUV | 73.74 | 112.91 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 47 | 0.42 | 0 | 0.48 | 0.65 | 113.02 | 0.31 | 0.27 |
| Hex | 34 | 5A | 2F | 2A | 0 | 30 | 41 | 71 | 1F | 1B |
| Octal | 64 | 132 | 57 | 52 | 0 | 60 | 101 | 161 | 37 | 33 |
| Binary | 110100 | 1011010 | 101111 | 101010 | 0 | 110000 | 1000001 | 1110001 | 11111 | 11011 |
Color Harmonies of #345A2F
Complementary color
Monochromatic Colors of #345A2F
Black with #345A2F
Text Example
Text Example
White with #345A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345A2F; }
p { color: rgb(52,90,47); }
H1.HeaderClassName
{
color: #345A2F;
}
.AnyTagClassName
{
color: #345A2F;
}
</style>
background-color css
<style>
a { background-color: #345A2F; }
a { background-color: rgb(52,90,47); }
div.DivClassName
{
background-color: #345A2F;
}
.BgClassName
{
background-color: #345A2F;
}
</style>
border-color css
<style>
span { border-color: #345A2F; }
span { border-color: rgb(52,90,47); }
td.TdClassName
{
border-color: #345A2F;
}
.TagClassName
{
border-color: #345A2F;
}
</style>