Shades of Green House #466B37
Tints of Green House #466B37
RGB
CMYK
RGB Variations
Color information
#466B37 (or 0x466B37) is known color: Green House. HEX triplet: 46, 6B and 37. RGB value is (70,107,55). Sum of RGB (Red+Green+Blue) = 70+107+55=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 107 (42.19% from 255 or 46.12% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 107 - color contains mainly: green. Hex color #466B37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466B37 is #B994C8. Grayscale: #5A5A5A. Windows color (decimal): -12162249 or 3631942. OLE color: 3631942.
HSL color Cylindrical-coordinate representation of color #466B37: hue angle of 102.69º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #466B37 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 107 | 55 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.58 |
| HSL | 102.69º | 0.32% | 0.32% | - |
| HSV(B) | 102.69º | 0.49% | 0.42% | - |
| XYZ | 8.47 | 12.09 | 5.5 | - |
| YUV | 90.01 | 108.24 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 55 | 0.35 | 0 | 0.49 | 0.58 | 102.69 | 0.32 | 0.32 |
| Hex | 46 | 6B | 37 | 23 | 0 | 31 | 3A | 67 | 20 | 20 |
| Octal | 106 | 153 | 67 | 43 | 0 | 61 | 72 | 147 | 40 | 40 |
| Binary | 1000110 | 1101011 | 110111 | 100011 | 0 | 110001 | 111010 | 1100111 | 100000 | 100000 |
Color Harmonies of #466B37
Complementary color
Monochromatic Colors of #466B37
Black with #466B37
Text Example
Text Example
White with #466B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466B37; }
p { color: rgb(70,107,55); }
H1.HeaderClassName
{
color: #466B37;
}
.AnyTagClassName
{
color: #466B37;
}
</style>
background-color css
<style>
a { background-color: #466B37; }
a { background-color: rgb(70,107,55); }
div.DivClassName
{
background-color: #466B37;
}
.BgClassName
{
background-color: #466B37;
}
</style>
border-color css
<style>
span { border-color: #466B37; }
span { border-color: rgb(70,107,55); }
td.TdClassName
{
border-color: #466B37;
}
.TagClassName
{
border-color: #466B37;
}
</style>