#4A7520

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

Shades of Green Leaf #4A7520

Tints of Green Leaf #4A7520

Color information

#4A7520 (or 0x4A7520) is unknown color: approx Green Leaf. HEX triplet: 4A, 75 and 20. RGB value is (74,117,32). Sum of RGB (Red+Green+Blue) = 74+117+32=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 117 (46.09% from 255 or 52.47% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 117 - color contains mainly: green. Hex color #4A7520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7520 is #B58ADF. Grayscale: #5E5E5E. Windows color (decimal): -11897568 or 2127178. OLE color: 2127178.

HSL color Cylindrical-coordinate representation of color #4A7520: hue angle of 90.35º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A7520 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB7411732-
CMYK0.3700.730.54
HSL90.35º57.05%29.22%-
HSV(B)90.35º72.65%45.88%-
XYZ9.4514.283.63-
YUV94.4592.75113.41-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.18%
GREEN value IS 117 (46.09% from 255) = 52.47%
BLUE value IS 32 (12.89% from 255) = 14.35%
R=33.18%
G=52.47%
B=14.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal74117320.3700.730.5490.3557.0529.22
Hex4A752025049365a391d
Octal11216540450111661327135
Binary1001010111010110000010010101001001110110101101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,117,32); }

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

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

 a { background-color: rgb(74,117,32); }

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

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

 span { border-color: rgb(74,117,32); }

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