Shades of Green House #46683E
Tints of Green House #46683E
RGB
CMYK
RGB Variations
Color information
#46683E (or 0x46683E) is known color: Green House. HEX triplet: 46, 68 and 3E. RGB value is (70,104,62). Sum of RGB (Red+Green+Blue) = 70+104+62=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 104 - color contains mainly: green. Hex color #46683E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46683E is #B997C1. Grayscale: #595959. Windows color (decimal): -12163010 or 4089926. OLE color: 4089926.
HSL color Cylindrical-coordinate representation of color #46683E: hue angle of 108.57º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46683E is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 104 | 62 | - |
| CMYK | 0.33 | 0 | 0.40 | 0.59 |
| HSL | 108.57º | 0.25% | 0.33% | - |
| HSV(B) | 108.57º | 0.4% | 0.41% | - |
| XYZ | 8.35 | 11.55 | 6.35 | - |
| YUV | 89.05 | 112.74 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 104 | 62 | 0.33 | 0 | 0.40 | 0.59 | 108.57 | 0.25 | 0.33 |
| Hex | 46 | 68 | 3E | 21 | 0 | 28 | 3B | 6D | 19 | 21 |
| Octal | 106 | 150 | 76 | 41 | 0 | 50 | 73 | 155 | 31 | 41 |
| Binary | 1000110 | 1101000 | 111110 | 100001 | 0 | 101000 | 111011 | 1101101 | 11001 | 100001 |
Color Harmonies of #46683E
Complementary color
Monochromatic Colors of #46683E
Black with #46683E
Text Example
Text Example
White with #46683E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46683E; }
p { color: rgb(70,104,62); }
H1.HeaderClassName
{
color: #46683E;
}
.AnyTagClassName
{
color: #46683E;
}
</style>
background-color css
<style>
a { background-color: #46683E; }
a { background-color: rgb(70,104,62); }
div.DivClassName
{
background-color: #46683E;
}
.BgClassName
{
background-color: #46683E;
}
</style>
border-color css
<style>
span { border-color: #46683E; }
span { border-color: rgb(70,104,62); }
td.TdClassName
{
border-color: #46683E;
}
.TagClassName
{
border-color: #46683E;
}
</style>