Shades of Green House #466A38
Tints of Green House #466A38
RGB
CMYK
RGB Variations
Color information
#466A38 (or 0x466A38) is known color: Green House. HEX triplet: 46, 6A and 38. RGB value is (70,106,56). Sum of RGB (Red+Green+Blue) = 70+106+56=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 106 - color contains mainly: green. Hex color #466A38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466A38 is #B995C7. Grayscale: #595959. Windows color (decimal): -12162504 or 3697222. OLE color: 3697222.
HSL color Cylindrical-coordinate representation of color #466A38: hue angle of 103.2º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #466A38 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 106 | 56 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.58 |
| HSL | 103.2º | 0.31% | 0.32% | - |
| HSV(B) | 103.2º | 0.47% | 0.42% | - |
| XYZ | 8.39 | 11.9 | 5.6 | - |
| YUV | 89.54 | 109.07 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 56 | 0.34 | 0 | 0.47 | 0.58 | 103.2 | 0.31 | 0.32 |
| Hex | 46 | 6A | 38 | 22 | 0 | 2F | 3A | 67 | 1F | 20 |
| Octal | 106 | 152 | 70 | 42 | 0 | 57 | 72 | 147 | 37 | 40 |
| Binary | 1000110 | 1101010 | 111000 | 100010 | 0 | 101111 | 111010 | 1100111 | 11111 | 100000 |
Color Harmonies of #466A38
Complementary color
Monochromatic Colors of #466A38
Black with #466A38
Text Example
Text Example
White with #466A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466A38; }
p { color: rgb(70,106,56); }
H1.HeaderClassName
{
color: #466A38;
}
.AnyTagClassName
{
color: #466A38;
}
</style>
background-color css
<style>
a { background-color: #466A38; }
a { background-color: rgb(70,106,56); }
div.DivClassName
{
background-color: #466A38;
}
.BgClassName
{
background-color: #466A38;
}
</style>
border-color css
<style>
span { border-color: #466A38; }
span { border-color: rgb(70,106,56); }
td.TdClassName
{
border-color: #466A38;
}
.TagClassName
{
border-color: #466A38;
}
</style>