Shades of Green House #346728
Tints of Green House #346728
RGB
CMYK
RGB Variations
Color information
#346728 (or 0x346728) is known color: Green House. HEX triplet: 34, 67 and 28. RGB value is (52,103,40). Sum of RGB (Red+Green+Blue) = 52+103+40=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 103 (40.62% from 255 or 52.82% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 103 - color contains mainly: green. Hex color #346728 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346728 is #CB98D7. Grayscale: #505050. Windows color (decimal): -13342936 or 2647860. OLE color: 2647860.
HSL color Cylindrical-coordinate representation of color #346728: hue angle of 108.57º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #346728 is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 52 | 103 | 40 | - |
| CMYK | 0.50 | 0 | 0.61 | 0.60 |
| HSL | 108.57º | 0.44% | 0.28% | - |
| HSV(B) | 108.57º | 0.61% | 0.4% | - |
| XYZ | 6.65 | 10.58 | 3.7 | - |
| YUV | 80.57 | 105.1 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 103 | 40 | 0.50 | 0 | 0.61 | 0.60 | 108.57 | 0.44 | 0.28 |
| Hex | 34 | 67 | 28 | 32 | 0 | 3D | 3C | 6D | 2C | 1C |
| Octal | 64 | 147 | 50 | 62 | 0 | 75 | 74 | 155 | 54 | 34 |
| Binary | 110100 | 1100111 | 101000 | 110010 | 0 | 111101 | 111100 | 1101101 | 101100 | 11100 |
Color Harmonies of #346728
Complementary color
Monochromatic Colors of #346728
Black with #346728
Text Example
Text Example
White with #346728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346728; }
p { color: rgb(52,103,40); }
H1.HeaderClassName
{
color: #346728;
}
.AnyTagClassName
{
color: #346728;
}
</style>
background-color css
<style>
a { background-color: #346728; }
a { background-color: rgb(52,103,40); }
div.DivClassName
{
background-color: #346728;
}
.BgClassName
{
background-color: #346728;
}
</style>
border-color css
<style>
span { border-color: #346728; }
span { border-color: rgb(52,103,40); }
td.TdClassName
{
border-color: #346728;
}
.TagClassName
{
border-color: #346728;
}
</style>