#4f771c

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

Shades of Green Leaf #4F771C

Tints of Green Leaf #4F771C

Color information

#4F771C (or 0x4F771C) is unknown color: approx Green Leaf. HEX triplet: 4F, 77 and 1C. RGB value is (79,119,28). Sum of RGB (Red+Green+Blue) = 79+119+28=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #4F771C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F771C is #B088E3. Grayscale: #606060. Windows color (decimal): -11569380 or 1865551. OLE color: 1865551.

HSL color Cylindrical-coordinate representation of color #4F771C: hue angle of 86.37º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F771C is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB7911928-
CMYK0.3400.760.53
HSL86.37º61.9%28.82%-
HSV(B)86.37º76.47%46.67%-
XYZ10.0314.943.45-
YUV96.6789.25115.4-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.96%
GREEN value IS 119 (46.88% from 255) = 52.65%
BLUE value IS 28 (11.33% from 255) = 12.39%
R=34.96%
G=52.65%
B=12.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal79119280.3400.760.5386.3761.928.82
Hex4F771C2204C35563e1d
Octal11716734420114651267635
Binary100111111101111110010001001001100110101101011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f771c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,119,28); }

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

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

 a { background-color: rgb(79,119,28); }

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

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

 span { border-color: rgb(79,119,28); }

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