#47721A

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

Shades of Green Leaf #47721A

Tints of Green Leaf #47721A

Color information

#47721A (or 0x47721A) is unknown color: approx Green Leaf. HEX triplet: 47, 72 and 1A. RGB value is (71,114,26). Sum of RGB (Red+Green+Blue) = 71+114+26=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #47721A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47721A is #B88DE5. Grayscale: #5B5B5B. Windows color (decimal): -12094950 or 1733191. OLE color: 1733191.

HSL color Cylindrical-coordinate representation of color #47721A: hue angle of 89.32º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #47721A is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB7111426-
CMYK0.3800.770.55
HSL89.32º62.86%27.45%-
HSV(B)89.32º77.19%44.71%-
XYZ8.813.453.11-
YUV91.1191.25113.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.65%
GREEN value IS 114 (44.92% from 255) = 54.03%
BLUE value IS 26 (10.55% from 255) = 12.32%
R=33.65%
G=54.03%
B=12.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71114260.3800.770.5589.3262.8627.45
Hex47721A2604D37593f1b
Octal10716232460115671317733
Binary100011111100101101010011001001101110111101100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47721A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47721A; }

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

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

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

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

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

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

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

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