#477213

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

Shades of Green Leaf #477213

Tints of Green Leaf #477213

Color information

#477213 (or 0x477213) is unknown color: approx Green Leaf. HEX triplet: 47, 72 and 13. RGB value is (71,114,19). Sum of RGB (Red+Green+Blue) = 71+114+19=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 114 (44.92% from 255 or 55.88% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 114 - color contains mainly: green. Hex color #477213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477213 is #B88DEC. Grayscale: #5A5A5A. Windows color (decimal): -12094957 or 1274439. OLE color: 1274439.

HSL color Cylindrical-coordinate representation of color #477213: hue angle of 87.16º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #477213 is Cyan = 0.38, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB7111419-
CMYK0.3800.830.55
HSL87.16º71.43%26.08%-
HSV(B)87.16º83.33%44.71%-
XYZ8.7313.422.75-
YUV90.3187.75114.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.80%
GREEN value IS 114 (44.92% from 255) = 55.88%
BLUE value IS 19 (7.81% from 255) = 9.31%
R=34.80%
G=55.88%
B=9.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71114190.3800.830.5587.1671.4326.08
Hex477213260533757471a
Octal107162234601236712710732
Binary1000111111001010011100110010100111101111010111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477213; }

 p { color: rgb(71,114,19); }

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

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

 a { background-color: rgb(71,114,19); }

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

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

 span { border-color: rgb(71,114,19); }

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