Shades of Green House #46643C
Tints of Green House #46643C
RGB
CMYK
RGB Variations
Color information
#46643C (or 0x46643C) is known color: Green House. HEX triplet: 46, 64 and 3C. RGB value is (70,100,60). Sum of RGB (Red+Green+Blue) = 70+100+60=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 100 (39.45% from 255 or 43.48% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 100 - color contains mainly: green. Hex color #46643C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46643C is #B99BC3. Grayscale: #565656. Windows color (decimal): -12164036 or 3957830. OLE color: 3957830.
HSL color Cylindrical-coordinate representation of color #46643C: hue angle of 105º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46643C is Cyan = 0.30, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 100 | 60 | - |
| CMYK | 0.30 | 0 | 0.4 | 0.61 |
| HSL | 105º | 0.25% | 0.31% | - |
| HSV(B) | 105º | 0.4% | 0.39% | - |
| XYZ | 7.9 | 10.74 | 5.93 | - |
| YUV | 86.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 100 | 60 | 0.30 | 0 | 0.4 | 0.61 | 105 | 0.25 | 0.31 |
| Hex | 46 | 64 | 3C | 1E | 0 | 28 | 3D | 69 | 19 | 1F |
| Octal | 106 | 144 | 74 | 36 | 0 | 50 | 75 | 151 | 31 | 37 |
| Binary | 1000110 | 1100100 | 111100 | 11110 | 0 | 101000 | 111101 | 1101001 | 11001 | 11111 |
Color Harmonies of #46643C
Complementary color
Monochromatic Colors of #46643C
Black with #46643C
Text Example
Text Example
White with #46643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46643C; }
p { color: rgb(70,100,60); }
H1.HeaderClassName
{
color: #46643C;
}
.AnyTagClassName
{
color: #46643C;
}
</style>
background-color css
<style>
a { background-color: #46643C; }
a { background-color: rgb(70,100,60); }
div.DivClassName
{
background-color: #46643C;
}
.BgClassName
{
background-color: #46643C;
}
</style>
border-color css
<style>
span { border-color: #46643C; }
span { border-color: rgb(70,100,60); }
td.TdClassName
{
border-color: #46643C;
}
.TagClassName
{
border-color: #46643C;
}
</style>