Shades of Green House #466B38
Tints of Green House #466B38
RGB
CMYK
RGB Variations
Color information
#466B38 (or 0x466B38) is known color: Green House. HEX triplet: 46, 6B and 38. RGB value is (70,107,56). Sum of RGB (Red+Green+Blue) = 70+107+56=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 107 (42.19% from 255 or 45.92% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 107 - color contains mainly: green. Hex color #466B38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466B38 is #B994C7. Grayscale: #5A5A5A. Windows color (decimal): -12162248 or 3697478. OLE color: 3697478.
HSL color Cylindrical-coordinate representation of color #466B38: hue angle of 103.53º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #466B38 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 107 | 56 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.58 |
| HSL | 103.53º | 0.31% | 0.32% | - |
| HSV(B) | 103.53º | 0.48% | 0.42% | - |
| XYZ | 8.5 | 12.1 | 5.63 | - |
| YUV | 90.12 | 108.74 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 56 | 0.35 | 0 | 0.48 | 0.58 | 103.53 | 0.31 | 0.32 |
| Hex | 46 | 6B | 38 | 23 | 0 | 30 | 3A | 68 | 1F | 20 |
| Octal | 106 | 153 | 70 | 43 | 0 | 60 | 72 | 150 | 37 | 40 |
| Binary | 1000110 | 1101011 | 111000 | 100011 | 0 | 110000 | 111010 | 1101000 | 11111 | 100000 |
Color Harmonies of #466B38
Complementary color
Monochromatic Colors of #466B38
Black with #466B38
Text Example
Text Example
White with #466B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466B38; }
p { color: rgb(70,107,56); }
H1.HeaderClassName
{
color: #466B38;
}
.AnyTagClassName
{
color: #466B38;
}
</style>
background-color css
<style>
a { background-color: #466B38; }
a { background-color: rgb(70,107,56); }
div.DivClassName
{
background-color: #466B38;
}
.BgClassName
{
background-color: #466B38;
}
</style>
border-color css
<style>
span { border-color: #466B38; }
span { border-color: rgb(70,107,56); }
td.TdClassName
{
border-color: #466B38;
}
.TagClassName
{
border-color: #466B38;
}
</style>