Shades of Green House #46683C
Tints of Green House #46683C
RGB
CMYK
RGB Variations
Color information
#46683C (or 0x46683C) is known color: Green House. HEX triplet: 46, 68 and 3C. RGB value is (70,104,60). Sum of RGB (Red+Green+Blue) = 70+104+60=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 104 - color contains mainly: green. Hex color #46683C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46683C is #B997C3. Grayscale: #585858. Windows color (decimal): -12163012 or 3958854. OLE color: 3958854.
HSL color Cylindrical-coordinate representation of color #46683C: hue angle of 106.36º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #46683C is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 104 | 60 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.59 |
| HSL | 106.36º | 0.27% | 0.32% | - |
| HSV(B) | 106.36º | 0.42% | 0.41% | - |
| XYZ | 8.29 | 11.53 | 6.06 | - |
| YUV | 88.82 | 111.74 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 104 | 60 | 0.33 | 0 | 0.42 | 0.59 | 106.36 | 0.27 | 0.32 |
| Hex | 46 | 68 | 3C | 21 | 0 | 2A | 3B | 6A | 1B | 20 |
| Octal | 106 | 150 | 74 | 41 | 0 | 52 | 73 | 152 | 33 | 40 |
| Binary | 1000110 | 1101000 | 111100 | 100001 | 0 | 101010 | 111011 | 1101010 | 11011 | 100000 |
Color Harmonies of #46683C
Complementary color
Monochromatic Colors of #46683C
Black with #46683C
Text Example
Text Example
White with #46683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46683C; }
p { color: rgb(70,104,60); }
H1.HeaderClassName
{
color: #46683C;
}
.AnyTagClassName
{
color: #46683C;
}
</style>
background-color css
<style>
a { background-color: #46683C; }
a { background-color: rgb(70,104,60); }
div.DivClassName
{
background-color: #46683C;
}
.BgClassName
{
background-color: #46683C;
}
</style>
border-color css
<style>
span { border-color: #46683C; }
span { border-color: rgb(70,104,60); }
td.TdClassName
{
border-color: #46683C;
}
.TagClassName
{
border-color: #46683C;
}
</style>