Shades of Green Leaf #47790C
Tints of Green Leaf #47790C
RGB
CMYK
RGB Variations
Color information
#47790C (or 0x47790C) is known color: Green Leaf. HEX triplet: 47, 79 and 0C. RGB value is (71,121,12). Sum of RGB (Red+Green+Blue) = 71+121+12=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 121 (47.66% from 255 or 59.31% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 121 - color contains mainly: green. Hex color #47790C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47790C is #B886F3. Grayscale: #5E5E5E. Windows color (decimal): -12093172 or 817479. OLE color: 817479.
HSL color Cylindrical-coordinate representation of color #47790C: hue angle of 87.52º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #47790C is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 121 | 12 | - |
| CMYK | 0.41 | 0 | 0.90 | 0.53 |
| HSL | 87.52º | 0.82% | 0.26% | - |
| HSV(B) | 87.52º | 0.9% | 0.47% | - |
| XYZ | 9.5 | 15.04 | 2.75 | - |
| YUV | 93.62 | 81.94 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 121 | 12 | 0.41 | 0 | 0.90 | 0.53 | 87.52 | 0.82 | 0.26 |
| Hex | 47 | 79 | C | 29 | 0 | 5A | 35 | 58 | 52 | 1A |
| Octal | 107 | 171 | 14 | 51 | 0 | 132 | 65 | 130 | 122 | 32 |
| Binary | 1000111 | 1111001 | 1100 | 101001 | 0 | 1011010 | 110101 | 1011000 | 1010010 | 11010 |
Color Harmonies of #47790C
Complementary color
Monochromatic Colors of #47790C
Black with #47790C
Text Example
Text Example
White with #47790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47790C; }
p { color: rgb(71,121,12); }
H1.HeaderClassName
{
color: #47790C;
}
.AnyTagClassName
{
color: #47790C;
}
</style>
background-color css
<style>
a { background-color: #47790C; }
a { background-color: rgb(71,121,12); }
div.DivClassName
{
background-color: #47790C;
}
.BgClassName
{
background-color: #47790C;
}
</style>
border-color css
<style>
span { border-color: #47790C; }
span { border-color: rgb(71,121,12); }
td.TdClassName
{
border-color: #47790C;
}
.TagClassName
{
border-color: #47790C;
}
</style>