#4F722D

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

Shades of Green Leaf #4F722D

Tints of Green Leaf #4F722D

Color information

#4F722D (or 0x4F722D) is unknown color: approx Green Leaf. HEX triplet: 4F, 72 and 2D. RGB value is (79,114,45). Sum of RGB (Red+Green+Blue) = 79+114+45=238 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.19% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 114 - color contains mainly: green. Hex color #4F722D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F722D is #B08DD2. Grayscale: #5F5F5F. Windows color (decimal): -11570643 or 2978383. OLE color: 2978383.

HSL color Cylindrical-coordinate representation of color #4F722D: hue angle of 90.43º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F722D is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB7911445-
CMYK0.3100.610.55
HSL90.43º43.4%31.18%-
HSV(B)90.43º60.53%44.71%-
XYZ9.7213.894.65-
YUV95.6799.4116.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.19%
GREEN value IS 114 (44.92% from 255) = 47.90%
BLUE value IS 45 (17.97% from 255) = 18.91%
R=33.19%
G=47.90%
B=18.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79114450.3100.610.5590.4343.431.18
Hex4F722D1F03D375a2b1f
Octal1171625537075671325337
Binary10011111110010101101111110111101110111101101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F722D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,114,45); }

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

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

 a { background-color: rgb(79,114,45); }

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

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

 span { border-color: rgb(79,114,45); }

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