Shades of Green House #47613C
Tints of Green House #47613C
RGB
CMYK
RGB Variations
Color information
#47613C (or 0x47613C) is known color: Green House. HEX triplet: 47, 61 and 3C. RGB value is (71,97,60). Sum of RGB (Red+Green+Blue) = 71+97+60=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 97 - color contains mainly: green. Hex color #47613C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47613C is #B89EC3. Grayscale: #555555. Windows color (decimal): -12099268 or 3957063. OLE color: 3957063.
HSL color Cylindrical-coordinate representation of color #47613C: hue angle of 102.16º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #47613C is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 97 | 60 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.62 |
| HSL | 102.16º | 0.24% | 0.31% | - |
| HSV(B) | 102.16º | 0.38% | 0.38% | - |
| XYZ | 7.69 | 10.22 | 5.84 | - |
| YUV | 85.01 | 113.89 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 97 | 60 | 0.27 | 0 | 0.38 | 0.62 | 102.16 | 0.24 | 0.31 |
| Hex | 47 | 61 | 3C | 1B | 0 | 26 | 3E | 66 | 18 | 1F |
| Octal | 107 | 141 | 74 | 33 | 0 | 46 | 76 | 146 | 30 | 37 |
| Binary | 1000111 | 1100001 | 111100 | 11011 | 0 | 100110 | 111110 | 1100110 | 11000 | 11111 |
Color Harmonies of #47613C
Complementary color
Monochromatic Colors of #47613C
Black with #47613C
Text Example
Text Example
White with #47613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47613C; }
p { color: rgb(71,97,60); }
H1.HeaderClassName
{
color: #47613C;
}
.AnyTagClassName
{
color: #47613C;
}
</style>
background-color css
<style>
a { background-color: #47613C; }
a { background-color: rgb(71,97,60); }
div.DivClassName
{
background-color: #47613C;
}
.BgClassName
{
background-color: #47613C;
}
</style>
border-color css
<style>
span { border-color: #47613C; }
span { border-color: rgb(71,97,60); }
td.TdClassName
{
border-color: #47613C;
}
.TagClassName
{
border-color: #47613C;
}
</style>