Shades of Green Leaf #47681C
Tints of Green Leaf #47681C
RGB
CMYK
RGB Variations
Color information
#47681C (or 0x47681C) is known color: Green Leaf. HEX triplet: 47, 68 and 1C. RGB value is (71,104,28). Sum of RGB (Red+Green+Blue) = 71+104+28=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 104 (41.02% from 255 or 51.23% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 104 - color contains mainly: green. Hex color #47681C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47681C is #B897E3. Grayscale: #555555. Windows color (decimal): -12097508 or 1861703. OLE color: 1861703.
HSL color Cylindrical-coordinate representation of color #47681C: hue angle of 86.05º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47681C is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 104 | 28 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.59 |
| HSL | 86.05º | 0.58% | 0.26% | - |
| HSV(B) | 86.05º | 0.73% | 0.41% | - |
| XYZ | 7.76 | 11.32 | 2.88 | - |
| YUV | 85.47 | 95.57 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 104 | 28 | 0.32 | 0 | 0.73 | 0.59 | 86.05 | 0.58 | 0.26 |
| Hex | 47 | 68 | 1C | 20 | 0 | 49 | 3B | 56 | 3A | 1A |
| Octal | 107 | 150 | 34 | 40 | 0 | 111 | 73 | 126 | 72 | 32 |
| Binary | 1000111 | 1101000 | 11100 | 100000 | 0 | 1001001 | 111011 | 1010110 | 111010 | 11010 |
Color Harmonies of #47681C
Complementary color
Monochromatic Colors of #47681C
Black with #47681C
Text Example
Text Example
White with #47681C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47681C; }
p { color: rgb(71,104,28); }
H1.HeaderClassName
{
color: #47681C;
}
.AnyTagClassName
{
color: #47681C;
}
</style>
background-color css
<style>
a { background-color: #47681C; }
a { background-color: rgb(71,104,28); }
div.DivClassName
{
background-color: #47681C;
}
.BgClassName
{
background-color: #47681C;
}
</style>
border-color css
<style>
span { border-color: #47681C; }
span { border-color: rgb(71,104,28); }
td.TdClassName
{
border-color: #47681C;
}
.TagClassName
{
border-color: #47681C;
}
</style>