Shades of Green House #466C3F
Tints of Green House #466C3F
RGB
CMYK
RGB Variations
Color information
#466C3F (or 0x466C3F) is known color: Green House. HEX triplet: 46, 6C and 3F. RGB value is (70,108,63). Sum of RGB (Red+Green+Blue) = 70+108+63=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 108 - color contains mainly: green. Hex color #466C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466C3F is #B993C0. Grayscale: #5B5B5B. Windows color (decimal): -12161985 or 4156486. OLE color: 4156486.
HSL color Cylindrical-coordinate representation of color #466C3F: hue angle of 110.67º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #466C3F is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 108 | 63 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.58 |
| HSL | 110.67º | 0.26% | 0.34% | - |
| HSV(B) | 110.67º | 0.42% | 0.42% | - |
| XYZ | 8.79 | 12.39 | 6.63 | - |
| YUV | 91.51 | 111.91 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 108 | 63 | 0.35 | 0 | 0.42 | 0.58 | 110.67 | 0.26 | 0.34 |
| Hex | 46 | 6C | 3F | 23 | 0 | 2A | 3A | 6F | 1A | 22 |
| Octal | 106 | 154 | 77 | 43 | 0 | 52 | 72 | 157 | 32 | 42 |
| Binary | 1000110 | 1101100 | 111111 | 100011 | 0 | 101010 | 111010 | 1101111 | 11010 | 100010 |
Color Harmonies of #466C3F
Complementary color
Monochromatic Colors of #466C3F
Black with #466C3F
Text Example
Text Example
White with #466C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466C3F; }
p { color: rgb(70,108,63); }
H1.HeaderClassName
{
color: #466C3F;
}
.AnyTagClassName
{
color: #466C3F;
}
</style>
background-color css
<style>
a { background-color: #466C3F; }
a { background-color: rgb(70,108,63); }
div.DivClassName
{
background-color: #466C3F;
}
.BgClassName
{
background-color: #466C3F;
}
</style>
border-color css
<style>
span { border-color: #466C3F; }
span { border-color: rgb(70,108,63); }
td.TdClassName
{
border-color: #466C3F;
}
.TagClassName
{
border-color: #466C3F;
}
</style>