#4f762f

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

Shades of Green Leaf #4F762F

Tints of Green Leaf #4F762F

Color information

#4F762F (or 0x4F762F) is unknown color: approx Green Leaf. HEX triplet: 4F, 76 and 2F. RGB value is (79,118,47). Sum of RGB (Red+Green+Blue) = 79+118+47=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #4F762F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F762F is #B089D0. Grayscale: #626262. Windows color (decimal): -11569617 or 3110479. OLE color: 3110479.

HSL color Cylindrical-coordinate representation of color #4F762F: hue angle of 92.96º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F762F is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB7911847-
CMYK0.3300.600.54
HSL92.96º43.03%32.35%-
HSV(B)92.96º60.17%46.27%-
XYZ10.2214.825.01-
YUV98.2499.08114.27-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.38%
GREEN value IS 118 (46.48% from 255) = 48.36%
BLUE value IS 47 (18.75% from 255) = 19.26%
R=32.38%
G=48.36%
B=19.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal79118470.3300.600.5492.9643.0332.35
Hex4F762F2103C365d2b20
Octal1171665741074661355340
Binary1001111111011010111110000101111001101101011101101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f762f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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