Shades of Green House #46623E
Tints of Green House #46623E
RGB
CMYK
RGB Variations
Color information
#46623E (or 0x46623E) is known color: Green House. HEX triplet: 46, 62 and 3E. RGB value is (70,98,62). Sum of RGB (Red+Green+Blue) = 70+98+62=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 98 - color contains mainly: green. Hex color #46623E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46623E is #B99DC1. Grayscale: #555555. Windows color (decimal): -12164546 or 4088390. OLE color: 4088390.
HSL color Cylindrical-coordinate representation of color #46623E: hue angle of 106.67º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #46623E is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 98 | 62 | - |
| CMYK | 0.29 | 0 | 0.37 | 0.62 |
| HSL | 106.67º | 0.23% | 0.31% | - |
| HSV(B) | 106.67º | 0.37% | 0.38% | - |
| XYZ | 7.76 | 10.39 | 6.15 | - |
| YUV | 85.52 | 114.72 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 98 | 62 | 0.29 | 0 | 0.37 | 0.62 | 106.67 | 0.23 | 0.31 |
| Hex | 46 | 62 | 3E | 1D | 0 | 25 | 3E | 6B | 16 | 1F |
| Octal | 106 | 142 | 76 | 35 | 0 | 45 | 76 | 153 | 26 | 37 |
| Binary | 1000110 | 1100010 | 111110 | 11101 | 0 | 100101 | 111110 | 1101011 | 10110 | 11111 |
Color Harmonies of #46623E
Complementary color
Monochromatic Colors of #46623E
Black with #46623E
Text Example
Text Example
White with #46623E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46623E; }
p { color: rgb(70,98,62); }
H1.HeaderClassName
{
color: #46623E;
}
.AnyTagClassName
{
color: #46623E;
}
</style>
background-color css
<style>
a { background-color: #46623E; }
a { background-color: rgb(70,98,62); }
div.DivClassName
{
background-color: #46623E;
}
.BgClassName
{
background-color: #46623E;
}
</style>
border-color css
<style>
span { border-color: #46623E; }
span { border-color: rgb(70,98,62); }
td.TdClassName
{
border-color: #46623E;
}
.TagClassName
{
border-color: #46623E;
}
</style>