#477019

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

Shades of Green Leaf #477019

Tints of Green Leaf #477019

Color information

#477019 (or 0x477019) is unknown color: approx Green Leaf. HEX triplet: 47, 70 and 19. RGB value is (71,112,25). Sum of RGB (Red+Green+Blue) = 71+112+25=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #477019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477019 is #B88FE6. Grayscale: #5A5A5A. Windows color (decimal): -12095463 or 1667143. OLE color: 1667143.

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

Color convert

RGB7111225-
CMYK0.3700.780.56
HSL88.28º63.5%26.86%-
HSV(B)88.28º77.68%43.92%-
XYZ8.57132.98-
YUV89.8291.42114.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.13%
GREEN value IS 112 (44.14% from 255) = 53.85%
BLUE value IS 25 (10.16% from 255) = 12.02%
R=34.13%
G=53.85%
B=12.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71112250.3700.780.5688.2863.526.86
Hex4770192504E3858401b
Octal107160314501167013010033
Binary1000111111000011001100101010011101110001011000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477019; }

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

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

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

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

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

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

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

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