Shades of Green House #466A39
Tints of Green House #466A39
RGB
CMYK
RGB Variations
Color information
#466A39 (or 0x466A39) is known color: Green House. HEX triplet: 46, 6A and 39. RGB value is (70,106,57). Sum of RGB (Red+Green+Blue) = 70+106+57=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 106 (41.80% from 255 or 45.49% from 233); Blue value is 57 (22.66% from 255 or 24.46% from 233); Max value from RGB is 106 - color contains mainly: green. Hex color #466A39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466A39 is #B995C6. Grayscale: #595959. Windows color (decimal): -12162503 or 3762758. OLE color: 3762758.
HSL color Cylindrical-coordinate representation of color #466A39: hue angle of 104.08º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #466A39 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 106 | 57 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.58 |
| HSL | 104.08º | 0.3% | 0.32% | - |
| HSV(B) | 104.08º | 0.46% | 0.42% | - |
| XYZ | 8.42 | 11.91 | 5.73 | - |
| YUV | 89.65 | 109.57 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 57 | 0.34 | 0 | 0.46 | 0.58 | 104.08 | 0.3 | 0.32 |
| Hex | 46 | 6A | 39 | 22 | 0 | 2E | 3A | 68 | 1E | 20 |
| Octal | 106 | 152 | 71 | 42 | 0 | 56 | 72 | 150 | 36 | 40 |
| Binary | 1000110 | 1101010 | 111001 | 100010 | 0 | 101110 | 111010 | 1101000 | 11110 | 100000 |
Color Harmonies of #466A39
Complementary color
Monochromatic Colors of #466A39
Black with #466A39
Text Example
Text Example
White with #466A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466A39; }
p { color: rgb(70,106,57); }
H1.HeaderClassName
{
color: #466A39;
}
.AnyTagClassName
{
color: #466A39;
}
</style>
background-color css
<style>
a { background-color: #466A39; }
a { background-color: rgb(70,106,57); }
div.DivClassName
{
background-color: #466A39;
}
.BgClassName
{
background-color: #466A39;
}
</style>
border-color css
<style>
span { border-color: #466A39; }
span { border-color: rgb(70,106,57); }
td.TdClassName
{
border-color: #466A39;
}
.TagClassName
{
border-color: #466A39;
}
</style>