Shades of Green House #46683A
Tints of Green House #46683A
RGB
CMYK
RGB Variations
Color information
#46683A (or 0x46683A) is known color: Green House. HEX triplet: 46, 68 and 3A. RGB value is (70,104,58). Sum of RGB (Red+Green+Blue) = 70+104+58=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 104 - color contains mainly: green. Hex color #46683A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46683A is #B997C5. Grayscale: #585858. Windows color (decimal): -12163014 or 3827782. OLE color: 3827782.
HSL color Cylindrical-coordinate representation of color #46683A: hue angle of 104.35º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #46683A is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 104 | 58 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.59 |
| HSL | 104.35º | 0.28% | 0.32% | - |
| HSV(B) | 104.35º | 0.44% | 0.41% | - |
| XYZ | 8.24 | 11.51 | 5.79 | - |
| YUV | 88.59 | 110.74 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 104 | 58 | 0.33 | 0 | 0.44 | 0.59 | 104.35 | 0.28 | 0.32 |
| Hex | 46 | 68 | 3A | 21 | 0 | 2C | 3B | 68 | 1C | 20 |
| Octal | 106 | 150 | 72 | 41 | 0 | 54 | 73 | 150 | 34 | 40 |
| Binary | 1000110 | 1101000 | 111010 | 100001 | 0 | 101100 | 111011 | 1101000 | 11100 | 100000 |
Color Harmonies of #46683A
Complementary color
Monochromatic Colors of #46683A
Black with #46683A
Text Example
Text Example
White with #46683A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46683A; }
p { color: rgb(70,104,58); }
H1.HeaderClassName
{
color: #46683A;
}
.AnyTagClassName
{
color: #46683A;
}
</style>
background-color css
<style>
a { background-color: #46683A; }
a { background-color: rgb(70,104,58); }
div.DivClassName
{
background-color: #46683A;
}
.BgClassName
{
background-color: #46683A;
}
</style>
border-color css
<style>
span { border-color: #46683A; }
span { border-color: rgb(70,104,58); }
td.TdClassName
{
border-color: #46683A;
}
.TagClassName
{
border-color: #46683A;
}
</style>