Shades of Green House #46643D
Tints of Green House #46643D
RGB
CMYK
RGB Variations
Color information
#46643D (or 0x46643D) is known color: Green House. HEX triplet: 46, 64 and 3D. RGB value is (70,100,61). Sum of RGB (Red+Green+Blue) = 70+100+61=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 100 - color contains mainly: green. Hex color #46643D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46643D is #B99BC2. Grayscale: #565656. Windows color (decimal): -12164035 or 4023366. OLE color: 4023366.
HSL color Cylindrical-coordinate representation of color #46643D: hue angle of 106.15º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #46643D is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 100 | 61 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.61 |
| HSL | 106.15º | 0.24% | 0.32% | - |
| HSV(B) | 106.15º | 0.39% | 0.39% | - |
| XYZ | 7.93 | 10.75 | 6.07 | - |
| YUV | 86.58 | 113.56 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 100 | 61 | 0.30 | 0 | 0.39 | 0.61 | 106.15 | 0.24 | 0.32 |
| Hex | 46 | 64 | 3D | 1E | 0 | 27 | 3D | 6A | 18 | 20 |
| Octal | 106 | 144 | 75 | 36 | 0 | 47 | 75 | 152 | 30 | 40 |
| Binary | 1000110 | 1100100 | 111101 | 11110 | 0 | 100111 | 111101 | 1101010 | 11000 | 100000 |
Color Harmonies of #46643D
Complementary color
Monochromatic Colors of #46643D
Black with #46643D
Text Example
Text Example
White with #46643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46643D; }
p { color: rgb(70,100,61); }
H1.HeaderClassName
{
color: #46643D;
}
.AnyTagClassName
{
color: #46643D;
}
</style>
background-color css
<style>
a { background-color: #46643D; }
a { background-color: rgb(70,100,61); }
div.DivClassName
{
background-color: #46643D;
}
.BgClassName
{
background-color: #46643D;
}
</style>
border-color css
<style>
span { border-color: #46643D; }
span { border-color: rgb(70,100,61); }
td.TdClassName
{
border-color: #46643D;
}
.TagClassName
{
border-color: #46643D;
}
</style>