Shades of Green House #46673C
Tints of Green House #46673C
RGB
CMYK
RGB Variations
Color information
#46673C (or 0x46673C) is known color: Green House. HEX triplet: 46, 67 and 3C. RGB value is (70,103,60). Sum of RGB (Red+Green+Blue) = 70+103+60=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 103 - color contains mainly: green. Hex color #46673C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46673C is #B998C3. Grayscale: #585858. Windows color (decimal): -12163268 or 3958598. OLE color: 3958598.
HSL color Cylindrical-coordinate representation of color #46673C: hue angle of 106.05º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #46673C is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 103 | 60 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.60 |
| HSL | 106.05º | 0.26% | 0.32% | - |
| HSV(B) | 106.05º | 0.42% | 0.4% | - |
| XYZ | 8.19 | 11.33 | 6.03 | - |
| YUV | 88.23 | 112.07 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 103 | 60 | 0.32 | 0 | 0.42 | 0.60 | 106.05 | 0.26 | 0.32 |
| Hex | 46 | 67 | 3C | 20 | 0 | 2A | 3C | 6A | 1A | 20 |
| Octal | 106 | 147 | 74 | 40 | 0 | 52 | 74 | 152 | 32 | 40 |
| Binary | 1000110 | 1100111 | 111100 | 100000 | 0 | 101010 | 111100 | 1101010 | 11010 | 100000 |
Color Harmonies of #46673C
Complementary color
Monochromatic Colors of #46673C
Black with #46673C
Text Example
Text Example
White with #46673C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46673C; }
p { color: rgb(70,103,60); }
H1.HeaderClassName
{
color: #46673C;
}
.AnyTagClassName
{
color: #46673C;
}
</style>
background-color css
<style>
a { background-color: #46673C; }
a { background-color: rgb(70,103,60); }
div.DivClassName
{
background-color: #46673C;
}
.BgClassName
{
background-color: #46673C;
}
</style>
border-color css
<style>
span { border-color: #46673C; }
span { border-color: rgb(70,103,60); }
td.TdClassName
{
border-color: #46673C;
}
.TagClassName
{
border-color: #46673C;
}
</style>