#4A7011

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

Shades of Green Leaf #4A7011

Tints of Green Leaf #4A7011

Color information

#4A7011 (or 0x4A7011) is unknown color: approx Green Leaf. HEX triplet: 4A, 70 and 11. RGB value is (74,112,17). Sum of RGB (Red+Green+Blue) = 74+112+17=203 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.45% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #4A7011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7011 is #B58FEE. Grayscale: #5A5A5A. Windows color (decimal): -11898863 or 1142858. OLE color: 1142858.

HSL color Cylindrical-coordinate representation of color #4A7011: hue angle of 84º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A7011 is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB7411217-
CMYK0.3400.850.56
HSL84º73.64%25.29%-
HSV(B)84º84.82%43.92%-
XYZ8.7213.082.6-
YUV89.8186.91116.72-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.45%
GREEN value IS 112 (44.14% from 255) = 55.17%
BLUE value IS 17 (7.03% from 255) = 8.37%
R=36.45%
G=55.17%
B=8.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74112170.3400.850.568473.6425.29
Hex4A70112205538544a19
Octal112160214201257012411231
Binary1001010111000010001100010010101011110001010100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,112,17); }

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

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

 a { background-color: rgb(74,112,17); }

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

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

 span { border-color: rgb(74,112,17); }

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