Shades of Green House #47683C
Tints of Green House #47683C
RGB
CMYK
RGB Variations
Color information
#47683C (or 0x47683C) is known color: Green House. HEX triplet: 47, 68 and 3C. RGB value is (71,104,60). Sum of RGB (Red+Green+Blue) = 71+104+60=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 104 - color contains mainly: green. Hex color #47683C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47683C is #B897C3. Grayscale: #595959. Windows color (decimal): -12097476 or 3958855. OLE color: 3958855.
HSL color Cylindrical-coordinate representation of color #47683C: hue angle of 105º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47683C is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 104 | 60 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.59 |
| HSL | 105º | 0.27% | 0.32% | - |
| HSV(B) | 105º | 0.42% | 0.41% | - |
| XYZ | 8.36 | 11.57 | 6.07 | - |
| YUV | 89.12 | 111.57 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 104 | 60 | 0.32 | 0 | 0.42 | 0.59 | 105 | 0.27 | 0.32 |
| Hex | 47 | 68 | 3C | 20 | 0 | 2A | 3B | 69 | 1B | 20 |
| Octal | 107 | 150 | 74 | 40 | 0 | 52 | 73 | 151 | 33 | 40 |
| Binary | 1000111 | 1101000 | 111100 | 100000 | 0 | 101010 | 111011 | 1101001 | 11011 | 100000 |
Color Harmonies of #47683C
Complementary color
Monochromatic Colors of #47683C
Black with #47683C
Text Example
Text Example
White with #47683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47683C; }
p { color: rgb(71,104,60); }
H1.HeaderClassName
{
color: #47683C;
}
.AnyTagClassName
{
color: #47683C;
}
</style>
background-color css
<style>
a { background-color: #47683C; }
a { background-color: rgb(71,104,60); }
div.DivClassName
{
background-color: #47683C;
}
.BgClassName
{
background-color: #47683C;
}
</style>
border-color css
<style>
span { border-color: #47683C; }
span { border-color: rgb(71,104,60); }
td.TdClassName
{
border-color: #47683C;
}
.TagClassName
{
border-color: #47683C;
}
</style>