#47700E

Color #47700E Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #47700E

Tints of Green Leaf #47700E

Color information

#47700E (or 0x47700E) is unknown color: approx Green Leaf. HEX triplet: 47, 70 and 0E. RGB value is (71,112,14). Sum of RGB (Red+Green+Blue) = 71+112+14=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #47700E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47700E is #B88FF1. Grayscale: #585858. Windows color (decimal): -12095474 or 946247. OLE color: 946247.

HSL color Cylindrical-coordinate representation of color #47700E: hue angle of 85.1º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #47700E is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB7111214-
CMYK0.3700.880.56
HSL85.1º77.78%24.71%-
HSV(B)85.1º87.5%43.92%-
XYZ8.4712.962.47-
YUV88.5785.92115.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 36.04%
GREEN value IS 112 (44.14% from 255) = 56.85%
BLUE value IS 14 (5.86% from 255) = 7.11%
R=36.04%
G=56.85%
B=7.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71112140.3700.880.5685.177.7824.71
Hex4770E2505838554e19
Octal107160164501307012511631
Binary100011111100001110100101010110001110001010101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47700E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47700E; }

 p { color: rgb(71,112,14); }

 H1.HeaderClassName
 {
   color: #47700E;
 }
 .AnyTagClassName
 {
   color: #47700E;
 }
</style>
background-color css

<style>
 a { background-color: #47700E; }

 a { background-color: rgb(71,112,14); }

 div.DivClassName
 {
   background-color: #47700E;
 }
 .BgClassName
 {
   background-color: #47700E;
 }
</style>
border-color css

<style>
 span { border-color: #47700E; }

 span { border-color: rgb(71,112,14); }

 td.TdClassName
 {
   border-color: #47700E;
 }
 .TagClassName
 {
   border-color: #47700E;
 }
</style>