#4A6120

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

Shades of Green Leaf #4A6120

Tints of Green Leaf #4A6120

Color information

#4A6120 (or 0x4A6120) is unknown color: approx Green Leaf. HEX triplet: 4A, 61 and 20. RGB value is (74,97,32). Sum of RGB (Red+Green+Blue) = 74+97+32=203 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.45% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #4A6120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6120 is #B59EDF. Grayscale: #525252. Windows color (decimal): -11902688 or 2122058. OLE color: 2122058.

HSL color Cylindrical-coordinate representation of color #4A6120: hue angle of 81.23º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A6120 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB749732-
CMYK0.2400.670.62
HSL81.23º50.39%25.29%-
HSV(B)81.23º67.01%38.04%-
XYZ7.3610.112.93-
YUV82.7199.38121.79-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.45%
GREEN value IS 97 (38.28% from 255) = 47.78%
BLUE value IS 32 (12.89% from 255) = 15.76%
R=36.45%
G=47.78%
B=15.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7497320.2400.670.6281.2350.3925.29
Hex4A6120180433E513219
Octal11214140300103761216231
Binary100101011000011000001100001000011111110101000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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