#47760D

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

Shades of Green Leaf #47760D

Tints of Green Leaf #47760D

Color information

#47760D (or 0x47760D) is unknown color: approx Green Leaf. HEX triplet: 47, 76 and 0D. RGB value is (71,118,13). Sum of RGB (Red+Green+Blue) = 71+118+13=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 118 (46.48% from 255 or 58.42% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 118 - color contains mainly: green. Hex color #47760D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47760D is #B889F2. Grayscale: #5C5C5C. Windows color (decimal): -12093939 or 882247. OLE color: 882247.

HSL color Cylindrical-coordinate representation of color #47760D: hue angle of 86.86º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #47760D is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB7111813-
CMYK0.4000.890.54
HSL86.86º80.15%25.69%-
HSV(B)86.86º88.98%46.27%-
XYZ9.1514.332.66-
YUV91.9883.43113.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.15%
GREEN value IS 118 (46.48% from 255) = 58.42%
BLUE value IS 13 (5.47% from 255) = 6.44%
R=35.15%
G=58.42%
B=6.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71118130.4000.890.5486.8680.1525.69
Hex4776D280593657501a
Octal107166155001316612712032
Binary100011111101101101101000010110011101101010111101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47760D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47760D; }

 p { color: rgb(71,118,13); }

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

<style>
 a { background-color: #47760D; }

 a { background-color: rgb(71,118,13); }

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

<style>
 span { border-color: #47760D; }

 span { border-color: rgb(71,118,13); }

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