#47701B

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

Shades of Green Leaf #47701B

Tints of Green Leaf #47701B

Color information

#47701B (or 0x47701B) is unknown color: approx Green Leaf. HEX triplet: 47, 70 and 1B. RGB value is (71,112,27). Sum of RGB (Red+Green+Blue) = 71+112+27=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #47701B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47701B is #B88FE4. Grayscale: #5A5A5A. Windows color (decimal): -12095461 or 1798215. OLE color: 1798215.

HSL color Cylindrical-coordinate representation of color #47701B: hue angle of 88.94º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #47701B is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB7111227-
CMYK0.3700.760.56
HSL88.94º61.15%27.25%-
HSV(B)88.94º75.89%43.92%-
XYZ8.5913.013.09-
YUV90.0592.42114.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.81%
GREEN value IS 112 (44.14% from 255) = 53.33%
BLUE value IS 27 (10.94% from 255) = 12.86%
R=33.81%
G=53.33%
B=12.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71112270.3700.760.5688.9461.1527.25
Hex47701B2504C38593d1b
Octal10716033450114701317533
Binary100011111100001101110010101001100111000101100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47701B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47701B; }

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

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

<style>
 a { background-color: #47701B; }

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

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

<style>
 span { border-color: #47701B; }

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

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