Shades of Green House #47663D
Tints of Green House #47663D
RGB
CMYK
RGB Variations
Color information
#47663D (or 0x47663D) is known color: Green House. HEX triplet: 47, 66 and 3D. RGB value is (71,102,61). Sum of RGB (Red+Green+Blue) = 71+102+61=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 102 - color contains mainly: green. Hex color #47663D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47663D is #B899C2. Grayscale: #585858. Windows color (decimal): -12097987 or 4023879. OLE color: 4023879.
HSL color Cylindrical-coordinate representation of color #47663D: hue angle of 105.37º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #47663D is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 71 | 102 | 61 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.6 |
| HSL | 105.37º | 0.25% | 0.32% | - |
| HSV(B) | 105.37º | 0.4% | 0.4% | - |
| XYZ | 8.19 | 11.18 | 6.14 | - |
| YUV | 88.06 | 112.73 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 102 | 61 | 0.30 | 0 | 0.40 | 0.6 | 105.37 | 0.25 | 0.32 |
| Hex | 47 | 66 | 3D | 1E | 0 | 28 | 3C | 69 | 19 | 20 |
| Octal | 107 | 146 | 75 | 36 | 0 | 50 | 74 | 151 | 31 | 40 |
| Binary | 1000111 | 1100110 | 111101 | 11110 | 0 | 101000 | 111100 | 1101001 | 11001 | 100000 |
Color Harmonies of #47663D
Complementary color
Monochromatic Colors of #47663D
Black with #47663D
Text Example
Text Example
White with #47663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47663D; }
p { color: rgb(71,102,61); }
H1.HeaderClassName
{
color: #47663D;
}
.AnyTagClassName
{
color: #47663D;
}
</style>
background-color css
<style>
a { background-color: #47663D; }
a { background-color: rgb(71,102,61); }
div.DivClassName
{
background-color: #47663D;
}
.BgClassName
{
background-color: #47663D;
}
</style>
border-color css
<style>
span { border-color: #47663D; }
span { border-color: rgb(71,102,61); }
td.TdClassName
{
border-color: #47663D;
}
.TagClassName
{
border-color: #47663D;
}
</style>