Shades of Green House #46633F
Tints of Green House #46633F
RGB
CMYK
RGB Variations
Color information
#46633F (or 0x46633F) is known color: Green House. HEX triplet: 46, 63 and 3F. RGB value is (70,99,63). Sum of RGB (Red+Green+Blue) = 70+99+63=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 99 - color contains mainly: green. Hex color #46633F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46633F is #B99CC0. Grayscale: #565656. Windows color (decimal): -12164289 or 4154182. OLE color: 4154182.
HSL color Cylindrical-coordinate representation of color #46633F: hue angle of 108.33º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #46633F is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 99 | 63 | - |
| CMYK | 0.29 | 0 | 0.36 | 0.61 |
| HSL | 108.33º | 0.22% | 0.32% | - |
| HSV(B) | 108.33º | 0.36% | 0.39% | - |
| XYZ | 7.88 | 10.58 | 6.33 | - |
| YUV | 86.23 | 114.89 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 99 | 63 | 0.29 | 0 | 0.36 | 0.61 | 108.33 | 0.22 | 0.32 |
| Hex | 46 | 63 | 3F | 1D | 0 | 24 | 3D | 6C | 16 | 20 |
| Octal | 106 | 143 | 77 | 35 | 0 | 44 | 75 | 154 | 26 | 40 |
| Binary | 1000110 | 1100011 | 111111 | 11101 | 0 | 100100 | 111101 | 1101100 | 10110 | 100000 |
Color Harmonies of #46633F
Complementary color
Monochromatic Colors of #46633F
Black with #46633F
Text Example
Text Example
White with #46633F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46633F; }
p { color: rgb(70,99,63); }
H1.HeaderClassName
{
color: #46633F;
}
.AnyTagClassName
{
color: #46633F;
}
</style>
background-color css
<style>
a { background-color: #46633F; }
a { background-color: rgb(70,99,63); }
div.DivClassName
{
background-color: #46633F;
}
.BgClassName
{
background-color: #46633F;
}
</style>
border-color css
<style>
span { border-color: #46633F; }
span { border-color: rgb(70,99,63); }
td.TdClassName
{
border-color: #46633F;
}
.TagClassName
{
border-color: #46633F;
}
</style>