Shades of Green House #346630
Tints of Green House #346630
RGB
CMYK
RGB Variations
Color information
#346630 (or 0x346630) is known color: Green House. HEX triplet: 34, 66 and 30. RGB value is (52,102,48). Sum of RGB (Red+Green+Blue) = 52+102+48=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 102 (40.23% from 255 or 50.50% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 102 - color contains mainly: green. Hex color #346630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346630 is #CB99CF. Grayscale: #515151. Windows color (decimal): -13343184 or 3171892. OLE color: 3171892.
HSL color Cylindrical-coordinate representation of color #346630: hue angle of 115.56º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #346630 is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 52 | 102 | 48 | - |
| CMYK | 0.49 | 0 | 0.53 | 0.6 |
| HSL | 115.56º | 0.36% | 0.29% | - |
| HSV(B) | 115.56º | 0.53% | 0.4% | - |
| XYZ | 6.7 | 10.45 | 4.46 | - |
| YUV | 80.89 | 109.44 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 102 | 48 | 0.49 | 0 | 0.53 | 0.6 | 115.56 | 0.36 | 0.29 |
| Hex | 34 | 66 | 30 | 31 | 0 | 35 | 3C | 74 | 24 | 1D |
| Octal | 64 | 146 | 60 | 61 | 0 | 65 | 74 | 164 | 44 | 35 |
| Binary | 110100 | 1100110 | 110000 | 110001 | 0 | 110101 | 111100 | 1110100 | 100100 | 11101 |
Color Harmonies of #346630
Complementary color
Monochromatic Colors of #346630
Black with #346630
Text Example
Text Example
White with #346630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346630; }
p { color: rgb(52,102,48); }
H1.HeaderClassName
{
color: #346630;
}
.AnyTagClassName
{
color: #346630;
}
</style>
background-color css
<style>
a { background-color: #346630; }
a { background-color: rgb(52,102,48); }
div.DivClassName
{
background-color: #346630;
}
.BgClassName
{
background-color: #346630;
}
</style>
border-color css
<style>
span { border-color: #346630; }
span { border-color: rgb(52,102,48); }
td.TdClassName
{
border-color: #346630;
}
.TagClassName
{
border-color: #346630;
}
</style>