Shades of Green House #46623F
Tints of Green House #46623F
RGB
CMYK
RGB Variations
Color information
#46623F (or 0x46623F) is known color: Green House. HEX triplet: 46, 62 and 3F. RGB value is (70,98,63). Sum of RGB (Red+Green+Blue) = 70+98+63=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 98 - color contains mainly: green. Hex color #46623F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46623F is #B99DC0. Grayscale: #555555. Windows color (decimal): -12164545 or 4153926. OLE color: 4153926.
HSL color Cylindrical-coordinate representation of color #46623F: hue angle of 108º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #46623F is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 98 | 63 | - |
| CMYK | 0.29 | 0 | 0.36 | 0.62 |
| HSL | 108º | 0.22% | 0.32% | - |
| HSV(B) | 108º | 0.36% | 0.38% | - |
| XYZ | 7.79 | 10.4 | 6.3 | - |
| YUV | 85.64 | 115.22 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 98 | 63 | 0.29 | 0 | 0.36 | 0.62 | 108 | 0.22 | 0.32 |
| Hex | 46 | 62 | 3F | 1D | 0 | 24 | 3E | 6C | 16 | 20 |
| Octal | 106 | 142 | 77 | 35 | 0 | 44 | 76 | 154 | 26 | 40 |
| Binary | 1000110 | 1100010 | 111111 | 11101 | 0 | 100100 | 111110 | 1101100 | 10110 | 100000 |
Color Harmonies of #46623F
Complementary color
Monochromatic Colors of #46623F
Black with #46623F
Text Example
Text Example
White with #46623F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46623F; }
p { color: rgb(70,98,63); }
H1.HeaderClassName
{
color: #46623F;
}
.AnyTagClassName
{
color: #46623F;
}
</style>
background-color css
<style>
a { background-color: #46623F; }
a { background-color: rgb(70,98,63); }
div.DivClassName
{
background-color: #46623F;
}
.BgClassName
{
background-color: #46623F;
}
</style>
border-color css
<style>
span { border-color: #46623F; }
span { border-color: rgb(70,98,63); }
td.TdClassName
{
border-color: #46623F;
}
.TagClassName
{
border-color: #46623F;
}
</style>