#47750C

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

Shades of Green Leaf #47750C

Tints of Green Leaf #47750C

Color information

#47750C (or 0x47750C) is unknown color: approx Green Leaf. HEX triplet: 47, 75 and 0C. RGB value is (71,117,12). Sum of RGB (Red+Green+Blue) = 71+117+12=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 117 (46.09% from 255 or 58.5% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 117 - color contains mainly: green. Hex color #47750C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47750C is #B88AF3. Grayscale: #5B5B5B. Windows color (decimal): -12094196 or 816455. OLE color: 816455.

HSL color Cylindrical-coordinate representation of color #47750C: hue angle of 86.29º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #47750C is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB7111712-
CMYK0.3900.900.54
HSL86.29º81.4%25.29%-
HSV(B)86.29º89.74%45.88%-
XYZ9.0314.092.59-
YUV91.2883.26113.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.5%
GREEN value IS 117 (46.09% from 255) = 58.5%
BLUE value IS 12 (5.08% from 255) = 6%
R=35.5%
G=58.5%
B=6%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71117120.3900.900.5486.2981.425.29
Hex4775C2705A36565119
Octal107165144701326612612131
Binary100011111101011100100111010110101101101010110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47750C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47750C; }

 p { color: rgb(71,117,12); }

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

<style>
 a { background-color: #47750C; }

 a { background-color: rgb(71,117,12); }

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

<style>
 span { border-color: #47750C; }

 span { border-color: rgb(71,117,12); }

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