Shades of Green House #476C38
Tints of Green House #476C38
RGB
CMYK
RGB Variations
Color information
#476C38 (or 0x476C38) is known color: Green House. HEX triplet: 47, 6C and 38. RGB value is (71,108,56). Sum of RGB (Red+Green+Blue) = 71+108+56=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 108 (42.58% from 255 or 45.96% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 108 - color contains mainly: green. Hex color #476C38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476C38 is #B893C7. Grayscale: #5B5B5B. Windows color (decimal): -12096456 or 3697735. OLE color: 3697735.
HSL color Cylindrical-coordinate representation of color #476C38: hue angle of 102.69º degrees, saturation: 0.32, 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 #476C38 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 108 | 56 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.58 |
| HSL | 102.69º | 0.32% | 0.32% | - |
| HSV(B) | 102.69º | 0.48% | 0.42% | - |
| XYZ | 8.67 | 12.35 | 5.67 | - |
| YUV | 91.01 | 108.24 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 56 | 0.34 | 0 | 0.48 | 0.58 | 102.69 | 0.32 | 0.32 |
| Hex | 47 | 6C | 38 | 22 | 0 | 30 | 3A | 67 | 20 | 20 |
| Octal | 107 | 154 | 70 | 42 | 0 | 60 | 72 | 147 | 40 | 40 |
| Binary | 1000111 | 1101100 | 111000 | 100010 | 0 | 110000 | 111010 | 1100111 | 100000 | 100000 |
Color Harmonies of #476C38
Complementary color
Monochromatic Colors of #476C38
Black with #476C38
Text Example
Text Example
White with #476C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476C38; }
p { color: rgb(71,108,56); }
H1.HeaderClassName
{
color: #476C38;
}
.AnyTagClassName
{
color: #476C38;
}
</style>
background-color css
<style>
a { background-color: #476C38; }
a { background-color: rgb(71,108,56); }
div.DivClassName
{
background-color: #476C38;
}
.BgClassName
{
background-color: #476C38;
}
</style>
border-color css
<style>
span { border-color: #476C38; }
span { border-color: rgb(71,108,56); }
td.TdClassName
{
border-color: #476C38;
}
.TagClassName
{
border-color: #476C38;
}
</style>