Shades of Green Leaf #476C1D
Tints of Green Leaf #476C1D
RGB
CMYK
RGB Variations
Color information
#476C1D (or 0x476C1D) is known color: Green Leaf. HEX triplet: 47, 6C and 1D. RGB value is (71,108,29). Sum of RGB (Red+Green+Blue) = 71+108+29=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 108 (42.58% from 255 or 51.92% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 108 - color contains mainly: green. Hex color #476C1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476C1D is #B893E2. Grayscale: #585858. Windows color (decimal): -12096483 or 1928263. OLE color: 1928263.
HSL color Cylindrical-coordinate representation of color #476C1D: hue angle of 88.1º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #476C1D is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 108 | 29 | - |
| CMYK | 0.34 | 0 | 0.73 | 0.58 |
| HSL | 88.1º | 0.58% | 0.27% | - |
| HSV(B) | 88.1º | 0.73% | 0.42% | - |
| XYZ | 8.18 | 12.15 | 3.08 | - |
| YUV | 87.93 | 94.74 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 29 | 0.34 | 0 | 0.73 | 0.58 | 88.1 | 0.58 | 0.27 |
| Hex | 47 | 6C | 1D | 22 | 0 | 49 | 3A | 58 | 3A | 1B |
| Octal | 107 | 154 | 35 | 42 | 0 | 111 | 72 | 130 | 72 | 33 |
| Binary | 1000111 | 1101100 | 11101 | 100010 | 0 | 1001001 | 111010 | 1011000 | 111010 | 11011 |
Color Harmonies of #476C1D
Complementary color
Monochromatic Colors of #476C1D
Black with #476C1D
Text Example
Text Example
White with #476C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476C1D; }
p { color: rgb(71,108,29); }
H1.HeaderClassName
{
color: #476C1D;
}
.AnyTagClassName
{
color: #476C1D;
}
</style>
background-color css
<style>
a { background-color: #476C1D; }
a { background-color: rgb(71,108,29); }
div.DivClassName
{
background-color: #476C1D;
}
.BgClassName
{
background-color: #476C1D;
}
</style>
border-color css
<style>
span { border-color: #476C1D; }
span { border-color: rgb(71,108,29); }
td.TdClassName
{
border-color: #476C1D;
}
.TagClassName
{
border-color: #476C1D;
}
</style>