#4A7521

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

Shades of Green Leaf #4A7521

Tints of Green Leaf #4A7521

Color information

#4A7521 (or 0x4A7521) is unknown color: approx Green Leaf. HEX triplet: 4A, 75 and 21. RGB value is (74,117,33). Sum of RGB (Red+Green+Blue) = 74+117+33=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #4A7521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7521 is #B58ADE. Grayscale: #5E5E5E. Windows color (decimal): -11897567 or 2192714. OLE color: 2192714.

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

Color convert

RGB7411733-
CMYK0.3700.720.54
HSL90.71º56%29.41%-
HSV(B)90.71º71.79%45.88%-
XYZ9.4614.293.7-
YUV94.5793.25113.33-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.04%
GREEN value IS 117 (46.09% from 255) = 52.23%
BLUE value IS 33 (13.28% from 255) = 14.73%
R=33.04%
G=52.23%
B=14.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal74117330.3700.720.5490.715629.41
Hex4A752125048365b381d
Octal11216541450110661337035
Binary1001010111010110000110010101001000110110101101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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