Shades of Green House #346428
Tints of Green House #346428
RGB
CMYK
RGB Variations
Color information
#346428 (or 0x346428) is known color: Green House. HEX triplet: 34, 64 and 28. RGB value is (52,100,40). Sum of RGB (Red+Green+Blue) = 52+100+40=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 100 (39.45% from 255 or 52.08% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 100 - color contains mainly: green. Hex color #346428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346428 is #CB9BD7. Grayscale: #4F4F4F. Windows color (decimal): -13343704 or 2647092. OLE color: 2647092.
HSL color Cylindrical-coordinate representation of color #346428: hue angle of 108º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #346428 is Cyan = 0.48, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 52 | 100 | 40 | - |
| CMYK | 0.48 | 0 | 0.6 | 0.61 |
| HSL | 108º | 0.43% | 0.27% | - |
| HSV(B) | 108º | 0.6% | 0.39% | - |
| XYZ | 6.36 | 10 | 3.6 | - |
| YUV | 78.81 | 106.1 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 100 | 40 | 0.48 | 0 | 0.6 | 0.61 | 108 | 0.43 | 0.27 |
| Hex | 34 | 64 | 28 | 30 | 0 | 3C | 3D | 6C | 2B | 1B |
| Octal | 64 | 144 | 50 | 60 | 0 | 74 | 75 | 154 | 53 | 33 |
| Binary | 110100 | 1100100 | 101000 | 110000 | 0 | 111100 | 111101 | 1101100 | 101011 | 11011 |
Color Harmonies of #346428
Complementary color
Monochromatic Colors of #346428
Black with #346428
Text Example
Text Example
White with #346428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346428; }
p { color: rgb(52,100,40); }
H1.HeaderClassName
{
color: #346428;
}
.AnyTagClassName
{
color: #346428;
}
</style>
background-color css
<style>
a { background-color: #346428; }
a { background-color: rgb(52,100,40); }
div.DivClassName
{
background-color: #346428;
}
.BgClassName
{
background-color: #346428;
}
</style>
border-color css
<style>
span { border-color: #346428; }
span { border-color: rgb(52,100,40); }
td.TdClassName
{
border-color: #346428;
}
.TagClassName
{
border-color: #346428;
}
</style>