Shades of Green House #46653C
Tints of Green House #46653C
RGB
CMYK
RGB Variations
Color information
#46653C (or 0x46653C) is known color: Green House. HEX triplet: 46, 65 and 3C. RGB value is (70,101,60). Sum of RGB (Red+Green+Blue) = 70+101+60=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 101 - color contains mainly: green. Hex color #46653C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46653C is #B99AC3. Grayscale: #575757. Windows color (decimal): -12163780 or 3958086. OLE color: 3958086.
HSL color Cylindrical-coordinate representation of color #46653C: hue angle of 105.37º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #46653C is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 101 | 60 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.60 |
| HSL | 105.37º | 0.25% | 0.32% | - |
| HSV(B) | 105.37º | 0.41% | 0.4% | - |
| XYZ | 8 | 10.94 | 5.96 | - |
| YUV | 87.06 | 112.73 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 101 | 60 | 0.31 | 0 | 0.41 | 0.60 | 105.37 | 0.25 | 0.32 |
| Hex | 46 | 65 | 3C | 1F | 0 | 29 | 3C | 69 | 19 | 20 |
| Octal | 106 | 145 | 74 | 37 | 0 | 51 | 74 | 151 | 31 | 40 |
| Binary | 1000110 | 1100101 | 111100 | 11111 | 0 | 101001 | 111100 | 1101001 | 11001 | 100000 |
Color Harmonies of #46653C
Complementary color
Monochromatic Colors of #46653C
Black with #46653C
Text Example
Text Example
White with #46653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46653C; }
p { color: rgb(70,101,60); }
H1.HeaderClassName
{
color: #46653C;
}
.AnyTagClassName
{
color: #46653C;
}
</style>
background-color css
<style>
a { background-color: #46653C; }
a { background-color: rgb(70,101,60); }
div.DivClassName
{
background-color: #46653C;
}
.BgClassName
{
background-color: #46653C;
}
</style>
border-color css
<style>
span { border-color: #46653C; }
span { border-color: rgb(70,101,60); }
td.TdClassName
{
border-color: #46653C;
}
.TagClassName
{
border-color: #46653C;
}
</style>