Shades of Green House #466D36
Tints of Green House #466D36
RGB
CMYK
RGB Variations
Color information
#466D36 (or 0x466D36) is known color: Green House. HEX triplet: 46, 6D and 36. RGB value is (70,109,54). Sum of RGB (Red+Green+Blue) = 70+109+54=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 109 (42.97% from 255 or 46.78% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 109 - color contains mainly: green. Hex color #466D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466D36 is #B992C9. Grayscale: #5B5B5B. Windows color (decimal): -12161738 or 3566918. OLE color: 3566918.
HSL color Cylindrical-coordinate representation of color #466D36: hue angle of 102.55º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #466D36 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 109 | 54 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.57 |
| HSL | 102.55º | 0.34% | 0.32% | - |
| HSV(B) | 102.55º | 0.5% | 0.43% | - |
| XYZ | 8.66 | 12.51 | 5.45 | - |
| YUV | 91.07 | 107.08 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 54 | 0.36 | 0 | 0.50 | 0.57 | 102.55 | 0.34 | 0.32 |
| Hex | 46 | 6D | 36 | 24 | 0 | 32 | 39 | 67 | 22 | 20 |
| Octal | 106 | 155 | 66 | 44 | 0 | 62 | 71 | 147 | 42 | 40 |
| Binary | 1000110 | 1101101 | 110110 | 100100 | 0 | 110010 | 111001 | 1100111 | 100010 | 100000 |
Color Harmonies of #466D36
Complementary color
Monochromatic Colors of #466D36
Black with #466D36
Text Example
Text Example
White with #466D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466D36; }
p { color: rgb(70,109,54); }
H1.HeaderClassName
{
color: #466D36;
}
.AnyTagClassName
{
color: #466D36;
}
</style>
background-color css
<style>
a { background-color: #466D36; }
a { background-color: rgb(70,109,54); }
div.DivClassName
{
background-color: #466D36;
}
.BgClassName
{
background-color: #466D36;
}
</style>
border-color css
<style>
span { border-color: #466D36; }
span { border-color: rgb(70,109,54); }
td.TdClassName
{
border-color: #466D36;
}
.TagClassName
{
border-color: #466D36;
}
</style>