#4F742F

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

Shades of Green Leaf #4F742F

Tints of Green Leaf #4F742F

Color information

#4F742F (or 0x4F742F) is unknown color: approx Green Leaf. HEX triplet: 4F, 74 and 2F. RGB value is (79,116,47). Sum of RGB (Red+Green+Blue) = 79+116+47=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 116 (45.70% from 255 or 47.93% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 116 - color contains mainly: green. Hex color #4F742F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F742F is #B08BD0. Grayscale: #616161. Windows color (decimal): -11570129 or 3109967. OLE color: 3109967.

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

Color convert

RGB7911647-
CMYK0.3200.590.55
HSL92.17º42.33%31.96%-
HSV(B)92.17º59.48%45.49%-
XYZ9.9814.364.93-
YUV97.0799.74115.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.64%
GREEN value IS 116 (45.70% from 255) = 47.93%
BLUE value IS 47 (18.75% from 255) = 19.42%
R=32.64%
G=47.93%
B=19.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79116470.3200.590.5592.1742.3331.96
Hex4F742F2003B375c2a20
Octal1171645740073671345240
Binary1001111111010010111110000001110111101111011100101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F742F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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