Shades of Green House #466D39
Tints of Green House #466D39
RGB
CMYK
RGB Variations
Color information
#466D39 (or 0x466D39) is known color: Green House. HEX triplet: 46, 6D and 39. RGB value is (70,109,57). Sum of RGB (Red+Green+Blue) = 70+109+57=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 109 (42.97% from 255 or 46.19% from 236); Blue value is 57 (22.66% from 255 or 24.15% from 236); Max value from RGB is 109 - color contains mainly: green. Hex color #466D39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466D39 is #B992C6. Grayscale: #5B5B5B. Windows color (decimal): -12161735 or 3763526. OLE color: 3763526.
HSL color Cylindrical-coordinate representation of color #466D39: hue angle of 105º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #466D39 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 109 | 57 | - |
| CMYK | 0.36 | 0 | 0.48 | 0.57 |
| HSL | 105º | 0.31% | 0.33% | - |
| HSV(B) | 105º | 0.48% | 0.43% | - |
| XYZ | 8.73 | 12.53 | 5.83 | - |
| YUV | 91.41 | 108.58 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 57 | 0.36 | 0 | 0.48 | 0.57 | 105 | 0.31 | 0.33 |
| Hex | 46 | 6D | 39 | 24 | 0 | 30 | 39 | 69 | 1F | 21 |
| Octal | 106 | 155 | 71 | 44 | 0 | 60 | 71 | 151 | 37 | 41 |
| Binary | 1000110 | 1101101 | 111001 | 100100 | 0 | 110000 | 111001 | 1101001 | 11111 | 100001 |
Color Harmonies of #466D39
Complementary color
Monochromatic Colors of #466D39
Black with #466D39
Text Example
Text Example
White with #466D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466D39; }
p { color: rgb(70,109,57); }
H1.HeaderClassName
{
color: #466D39;
}
.AnyTagClassName
{
color: #466D39;
}
</style>
background-color css
<style>
a { background-color: #466D39; }
a { background-color: rgb(70,109,57); }
div.DivClassName
{
background-color: #466D39;
}
.BgClassName
{
background-color: #466D39;
}
</style>
border-color css
<style>
span { border-color: #466D39; }
span { border-color: rgb(70,109,57); }
td.TdClassName
{
border-color: #466D39;
}
.TagClassName
{
border-color: #466D39;
}
</style>