#477514

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

Shades of Green Leaf #477514

Tints of Green Leaf #477514

Color information

#477514 (or 0x477514) is unknown color: approx Green Leaf. HEX triplet: 47, 75 and 14. RGB value is (71,117,20). Sum of RGB (Red+Green+Blue) = 71+117+20=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 117 (46.09% from 255 or 56.25% from 208); Blue value is 20 (8.20% from 255 or 9.62% from 208); Max value from RGB is 117 - color contains mainly: green. Hex color #477514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477514 is #B88AEB. Grayscale: #5C5C5C. Windows color (decimal): -12094188 or 1340743. OLE color: 1340743.

HSL color Cylindrical-coordinate representation of color #477514: hue angle of 88.45º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #477514 is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB7111720-
CMYK0.3900.830.54
HSL88.45º70.8%26.86%-
HSV(B)88.45º82.91%45.88%-
XYZ9.0914.112.91-
YUV92.1987.26112.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.13%
GREEN value IS 117 (46.09% from 255) = 56.25%
BLUE value IS 20 (8.20% from 255) = 9.62%
R=34.13%
G=56.25%
B=9.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71117200.3900.830.5488.4570.826.86
Hex477514270533658471b
Octal107165244701236613010733
Binary1000111111010110100100111010100111101101011000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477514; }

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

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

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

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

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

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

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

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