#4A771E

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

Shades of Green Leaf #4A771E

Tints of Green Leaf #4A771E

Color information

#4A771E (or 0x4A771E) is unknown color: approx Green Leaf. HEX triplet: 4A, 77 and 1E. RGB value is (74,119,30). Sum of RGB (Red+Green+Blue) = 74+119+30=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #4A771E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A771E is #B588E1. Grayscale: #5F5F5F. Windows color (decimal): -11897058 or 1996618. OLE color: 1996618.

HSL color Cylindrical-coordinate representation of color #4A771E: hue angle of 90.34º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A771E is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB7411930-
CMYK0.3800.750.53
HSL90.34º59.73%29.22%-
HSV(B)90.34º74.79%46.67%-
XYZ9.6614.743.57-
YUV95.491.09112.74-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.18%
GREEN value IS 119 (46.88% from 255) = 53.36%
BLUE value IS 30 (12.11% from 255) = 13.45%
R=33.18%
G=53.36%
B=13.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal74119300.3800.750.5390.3459.7329.22
Hex4A771E2604B355a3c1d
Octal11216736460113651327435
Binary100101011101111111010011001001011110101101101011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A771E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A771E; }

 p { color: rgb(74,119,30); }

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

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

 a { background-color: rgb(74,119,30); }

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

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

 span { border-color: rgb(74,119,30); }

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