#4D770E

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

Shades of Green Leaf #4D770E

Tints of Green Leaf #4D770E

Color information

#4D770E (or 0x4D770E) is unknown color: approx Green Leaf. HEX triplet: 4D, 77 and 0E. RGB value is (77,119,14). Sum of RGB (Red+Green+Blue) = 77+119+14=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 119 (46.88% from 255 or 56.67% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 119 - color contains mainly: green. Hex color #4D770E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D770E is #B288F1. Grayscale: #5E5E5E. Windows color (decimal): -11700466 or 948045. OLE color: 948045.

HSL color Cylindrical-coordinate representation of color #4D770E: hue angle of 84º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D770E is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB7711914-
CMYK0.3500.880.53
HSL84º78.95%26.08%-
HSV(B)84º88.24%46.67%-
XYZ9.7414.82.76-
YUV94.4782.59115.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 36.67%
GREEN value IS 119 (46.88% from 255) = 56.67%
BLUE value IS 14 (5.86% from 255) = 6.67%
R=36.67%
G=56.67%
B=6.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal77119140.3500.880.538478.9526.08
Hex4D77E2305835544f1a
Octal115167164301306512411732
Binary100110111101111110100011010110001101011010100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D770E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,119,14); }

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

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

 a { background-color: rgb(77,119,14); }

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

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

 span { border-color: rgb(77,119,14); }

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