#4A720C

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

Shades of Green Leaf #4A720C

Tints of Green Leaf #4A720C

Color information

#4A720C (or 0x4A720C) is unknown color: approx Green Leaf. HEX triplet: 4A, 72 and 0C. RGB value is (74,114,12). Sum of RGB (Red+Green+Blue) = 74+114+12=200 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37% from 200); Green value is 114 (44.92% from 255 or 57% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 114 - color contains mainly: green. Hex color #4A720C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A720C is #B58DF3. Grayscale: #5A5A5A. Windows color (decimal): -11898356 or 815690. OLE color: 815690.

HSL color Cylindrical-coordinate representation of color #4A720C: hue angle of 83.53º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A720C is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB7411412-
CMYK0.3500.890.55
HSL83.53º80.95%24.71%-
HSV(B)83.53º89.47%44.71%-
XYZ8.9113.522.49-
YUV90.4183.75116.29-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37%
GREEN value IS 114 (44.92% from 255) = 57%
BLUE value IS 12 (5.08% from 255) = 6%
R=37%
G=57%
B=6%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74114120.3500.890.5583.5380.9524.71
Hex4A72C2305937545119
Octal112162144301316712412131
Binary100101011100101100100011010110011101111010100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A720C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,114,12); }

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

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

 a { background-color: rgb(74,114,12); }

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

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

 span { border-color: rgb(74,114,12); }

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