#4F7416

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

Shades of Green Leaf #4F7416

Tints of Green Leaf #4F7416

Color information

#4F7416 (or 0x4F7416) is unknown color: approx Green Leaf. HEX triplet: 4F, 74 and 16. RGB value is (79,116,22). Sum of RGB (Red+Green+Blue) = 79+116+22=217 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.41% from 217); Green value is 116 (45.70% from 255 or 53.46% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 116 - color contains mainly: green. Hex color #4F7416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7416 is #B08BE9. Grayscale: #5E5E5E. Windows color (decimal): -11570154 or 1471567. OLE color: 1471567.

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

Color convert

RGB7911622-
CMYK0.3200.810.55
HSL83.62º68.12%27.06%-
HSV(B)83.62º81.03%45.49%-
XYZ9.6114.213-
YUV94.2287.24117.14-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.41%
GREEN value IS 116 (45.70% from 255) = 53.46%
BLUE value IS 22 (8.98% from 255) = 10.14%
R=36.41%
G=53.46%
B=10.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79116220.3200.810.5583.6268.1227.06
Hex4F7416200513754441b
Octal117164264001216712410433
Binary1001111111010010110100000010100011101111010100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,116,22); }

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

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

 a { background-color: rgb(79,116,22); }

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

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

 span { border-color: rgb(79,116,22); }

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