#4A720B

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

Shades of Green Leaf #4A720B

Tints of Green Leaf #4A720B

Color information

#4A720B (or 0x4A720B) is unknown color: approx Green Leaf. HEX triplet: 4A, 72 and 0B. RGB value is (74,114,11). Sum of RGB (Red+Green+Blue) = 74+114+11=199 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.19% from 199); Green value is 114 (44.92% from 255 or 57.29% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 114 - color contains mainly: green. Hex color #4A720B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A720B is #B58DF4. Grayscale: #5A5A5A. Windows color (decimal): -11898357 or 750154. OLE color: 750154.

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

Color convert

RGB7411411-
CMYK0.3500.900.55
HSL83.3º82.4%24.51%-
HSV(B)83.3º90.35%44.71%-
XYZ8.913.512.46-
YUV90.383.25116.38-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.19%
GREEN value IS 114 (44.92% from 255) = 57.29%
BLUE value IS 11 (4.69% from 255) = 5.53%
R=37.19%
G=57.29%
B=5.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74114110.3500.900.5583.382.424.51
Hex4A72B2305A37535219
Octal112162134301326712312231
Binary100101011100101011100011010110101101111010011101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A720B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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