Shades of Green House #46693D
Tints of Green House #46693D
RGB
CMYK
RGB Variations
Color information
#46693D (or 0x46693D) is known color: Green House. HEX triplet: 46, 69 and 3D. RGB value is (70,105,61). Sum of RGB (Red+Green+Blue) = 70+105+61=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 105 - color contains mainly: green. Hex color #46693D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46693D is #B996C2. Grayscale: #595959. Windows color (decimal): -12162755 or 4024646. OLE color: 4024646.
HSL color Cylindrical-coordinate representation of color #46693D: hue angle of 107.73º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #46693D is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 105 | 61 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.59 |
| HSL | 107.73º | 0.27% | 0.33% | - |
| HSV(B) | 107.73º | 0.42% | 0.41% | - |
| XYZ | 8.42 | 11.74 | 6.24 | - |
| YUV | 89.52 | 111.9 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 105 | 61 | 0.33 | 0 | 0.42 | 0.59 | 107.73 | 0.27 | 0.33 |
| Hex | 46 | 69 | 3D | 21 | 0 | 2A | 3B | 6C | 1B | 21 |
| Octal | 106 | 151 | 75 | 41 | 0 | 52 | 73 | 154 | 33 | 41 |
| Binary | 1000110 | 1101001 | 111101 | 100001 | 0 | 101010 | 111011 | 1101100 | 11011 | 100001 |
Color Harmonies of #46693D
Complementary color
Monochromatic Colors of #46693D
Black with #46693D
Text Example
Text Example
White with #46693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46693D; }
p { color: rgb(70,105,61); }
H1.HeaderClassName
{
color: #46693D;
}
.AnyTagClassName
{
color: #46693D;
}
</style>
background-color css
<style>
a { background-color: #46693D; }
a { background-color: rgb(70,105,61); }
div.DivClassName
{
background-color: #46693D;
}
.BgClassName
{
background-color: #46693D;
}
</style>
border-color css
<style>
span { border-color: #46693D; }
span { border-color: rgb(70,105,61); }
td.TdClassName
{
border-color: #46693D;
}
.TagClassName
{
border-color: #46693D;
}
</style>