Shades of Green House #46603E
Tints of Green House #46603E
RGB
CMYK
RGB Variations
Color information
#46603E (or 0x46603E) is known color: Green House. HEX triplet: 46, 60 and 3E. RGB value is (70,96,62). Sum of RGB (Red+Green+Blue) = 70+96+62=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 96 - color contains mainly: green. Hex color #46603E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46603E is #B99FC1. Grayscale: #545454. Windows color (decimal): -12165058 or 4087878. OLE color: 4087878.
HSL color Cylindrical-coordinate representation of color #46603E: hue angle of 105.88º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #46603E is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 96 | 62 | - |
| CMYK | 0.27 | 0 | 0.35 | 0.62 |
| HSL | 105.88º | 0.22% | 0.31% | - |
| HSV(B) | 105.88º | 0.35% | 0.38% | - |
| XYZ | 7.58 | 10.02 | 6.09 | - |
| YUV | 84.35 | 115.39 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 96 | 62 | 0.27 | 0 | 0.35 | 0.62 | 105.88 | 0.22 | 0.31 |
| Hex | 46 | 60 | 3E | 1B | 0 | 23 | 3E | 6A | 16 | 1F |
| Octal | 106 | 140 | 76 | 33 | 0 | 43 | 76 | 152 | 26 | 37 |
| Binary | 1000110 | 1100000 | 111110 | 11011 | 0 | 100011 | 111110 | 1101010 | 10110 | 11111 |
Color Harmonies of #46603E
Complementary color
Monochromatic Colors of #46603E
Black with #46603E
Text Example
Text Example
White with #46603E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46603E; }
p { color: rgb(70,96,62); }
H1.HeaderClassName
{
color: #46603E;
}
.AnyTagClassName
{
color: #46603E;
}
</style>
background-color css
<style>
a { background-color: #46603E; }
a { background-color: rgb(70,96,62); }
div.DivClassName
{
background-color: #46603E;
}
.BgClassName
{
background-color: #46603E;
}
</style>
border-color css
<style>
span { border-color: #46603E; }
span { border-color: rgb(70,96,62); }
td.TdClassName
{
border-color: #46603E;
}
.TagClassName
{
border-color: #46603E;
}
</style>