Shades of Green House #46693A
Tints of Green House #46693A
RGB
CMYK
RGB Variations
Color information
#46693A (or 0x46693A) is known color: Green House. HEX triplet: 46, 69 and 3A. RGB value is (70,105,58). Sum of RGB (Red+Green+Blue) = 70+105+58=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 105 - color contains mainly: green. Hex color #46693A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46693A is #B996C5. Grayscale: #595959. Windows color (decimal): -12162758 or 3828038. OLE color: 3828038.
HSL color Cylindrical-coordinate representation of color #46693A: hue angle of 104.68º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #46693A is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 105 | 58 | - |
| CMYK | 0.33 | 0 | 0.45 | 0.59 |
| HSL | 104.68º | 0.29% | 0.32% | - |
| HSV(B) | 104.68º | 0.45% | 0.41% | - |
| XYZ | 8.34 | 11.71 | 5.82 | - |
| YUV | 89.18 | 110.4 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 105 | 58 | 0.33 | 0 | 0.45 | 0.59 | 104.68 | 0.29 | 0.32 |
| Hex | 46 | 69 | 3A | 21 | 0 | 2D | 3B | 69 | 1D | 20 |
| Octal | 106 | 151 | 72 | 41 | 0 | 55 | 73 | 151 | 35 | 40 |
| Binary | 1000110 | 1101001 | 111010 | 100001 | 0 | 101101 | 111011 | 1101001 | 11101 | 100000 |
Color Harmonies of #46693A
Complementary color
Monochromatic Colors of #46693A
Black with #46693A
Text Example
Text Example
White with #46693A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46693A; }
p { color: rgb(70,105,58); }
H1.HeaderClassName
{
color: #46693A;
}
.AnyTagClassName
{
color: #46693A;
}
</style>
background-color css
<style>
a { background-color: #46693A; }
a { background-color: rgb(70,105,58); }
div.DivClassName
{
background-color: #46693A;
}
.BgClassName
{
background-color: #46693A;
}
</style>
border-color css
<style>
span { border-color: #46693A; }
span { border-color: rgb(70,105,58); }
td.TdClassName
{
border-color: #46693A;
}
.TagClassName
{
border-color: #46693A;
}
</style>