Shades of Green Leaf #47681A
Tints of Green Leaf #47681A
RGB
CMYK
RGB Variations
Color information
#47681A (or 0x47681A) is known color: Green Leaf. HEX triplet: 47, 68 and 1A. RGB value is (71,104,26). Sum of RGB (Red+Green+Blue) = 71+104+26=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #47681A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47681A is #B897E5. Grayscale: #555555. Windows color (decimal): -12097510 or 1730631. OLE color: 1730631.
HSL color Cylindrical-coordinate representation of color #47681A: hue angle of 85.38º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #47681A is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 104 | 26 | - |
| CMYK | 0.32 | 0 | 0.75 | 0.59 |
| HSL | 85.38º | 0.6% | 0.25% | - |
| HSV(B) | 85.38º | 0.75% | 0.41% | - |
| XYZ | 7.74 | 11.31 | 2.75 | - |
| YUV | 85.24 | 94.57 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 104 | 26 | 0.32 | 0 | 0.75 | 0.59 | 85.38 | 0.6 | 0.25 |
| Hex | 47 | 68 | 1A | 20 | 0 | 4B | 3B | 55 | 3C | 19 |
| Octal | 107 | 150 | 32 | 40 | 0 | 113 | 73 | 125 | 74 | 31 |
| Binary | 1000111 | 1101000 | 11010 | 100000 | 0 | 1001011 | 111011 | 1010101 | 111100 | 11001 |
Color Harmonies of #47681A
Complementary color
Monochromatic Colors of #47681A
Black with #47681A
Text Example
Text Example
White with #47681A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47681A; }
p { color: rgb(71,104,26); }
H1.HeaderClassName
{
color: #47681A;
}
.AnyTagClassName
{
color: #47681A;
}
</style>
background-color css
<style>
a { background-color: #47681A; }
a { background-color: rgb(71,104,26); }
div.DivClassName
{
background-color: #47681A;
}
.BgClassName
{
background-color: #47681A;
}
</style>
border-color css
<style>
span { border-color: #47681A; }
span { border-color: rgb(71,104,26); }
td.TdClassName
{
border-color: #47681A;
}
.TagClassName
{
border-color: #47681A;
}
</style>