Shades of Green House #46653F
Tints of Green House #46653F
RGB
CMYK
RGB Variations
Color information
#46653F (or 0x46653F) is known color: Green House. HEX triplet: 46, 65 and 3F. RGB value is (70,101,63). Sum of RGB (Red+Green+Blue) = 70+101+63=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 101 - color contains mainly: green. Hex color #46653F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46653F is #B99AC0. Grayscale: #575757. Windows color (decimal): -12163777 or 4154694. OLE color: 4154694.
HSL color Cylindrical-coordinate representation of color #46653F: hue angle of 108.95º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #46653F is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 101 | 63 | - |
| CMYK | 0.31 | 0 | 0.38 | 0.60 |
| HSL | 108.95º | 0.23% | 0.32% | - |
| HSV(B) | 108.95º | 0.38% | 0.4% | - |
| XYZ | 8.08 | 10.97 | 6.39 | - |
| YUV | 87.4 | 114.23 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 101 | 63 | 0.31 | 0 | 0.38 | 0.60 | 108.95 | 0.23 | 0.32 |
| Hex | 46 | 65 | 3F | 1F | 0 | 26 | 3C | 6D | 17 | 20 |
| Octal | 106 | 145 | 77 | 37 | 0 | 46 | 74 | 155 | 27 | 40 |
| Binary | 1000110 | 1100101 | 111111 | 11111 | 0 | 100110 | 111100 | 1101101 | 10111 | 100000 |
Color Harmonies of #46653F
Complementary color
Monochromatic Colors of #46653F
Black with #46653F
Text Example
Text Example
White with #46653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46653F; }
p { color: rgb(70,101,63); }
H1.HeaderClassName
{
color: #46653F;
}
.AnyTagClassName
{
color: #46653F;
}
</style>
background-color css
<style>
a { background-color: #46653F; }
a { background-color: rgb(70,101,63); }
div.DivClassName
{
background-color: #46653F;
}
.BgClassName
{
background-color: #46653F;
}
</style>
border-color css
<style>
span { border-color: #46653F; }
span { border-color: rgb(70,101,63); }
td.TdClassName
{
border-color: #46653F;
}
.TagClassName
{
border-color: #46653F;
}
</style>