#4F7420

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

Shades of Green Leaf #4F7420

Tints of Green Leaf #4F7420

Color information

#4F7420 (or 0x4F7420) is unknown color: approx Green Leaf. HEX triplet: 4F, 74 and 20. RGB value is (79,116,32). Sum of RGB (Red+Green+Blue) = 79+116+32=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 116 (45.70% from 255 or 51.10% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 116 - color contains mainly: green. Hex color #4F7420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7420 is #B08BDF. Grayscale: #5F5F5F. Windows color (decimal): -11570144 or 2126927. OLE color: 2126927.

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

Color convert

RGB7911632-
CMYK0.3200.720.55
HSL86.43º56.76%29.02%-
HSV(B)86.43º72.41%45.49%-
XYZ9.7314.263.61-
YUV95.3692.24116.33-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.80%
GREEN value IS 116 (45.70% from 255) = 51.10%
BLUE value IS 32 (12.89% from 255) = 14.10%
R=34.80%
G=51.10%
B=14.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79116320.3200.720.5586.4356.7629.02
Hex4F7420200483756391d
Octal11716440400110671267135
Binary1001111111010010000010000001001000110111101011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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