#4E770C

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

Shades of Green Leaf #4E770C

Tints of Green Leaf #4E770C

Color information

#4E770C (or 0x4E770C) is unknown color: approx Green Leaf. HEX triplet: 4E, 77 and 0C. RGB value is (78,119,12). Sum of RGB (Red+Green+Blue) = 78+119+12=209 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.32% from 209); Green value is 119 (46.88% from 255 or 56.94% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 119 - color contains mainly: green. Hex color #4E770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E770C is #B188F3. Grayscale: #5E5E5E. Windows color (decimal): -11634932 or 816974. OLE color: 816974.

HSL color Cylindrical-coordinate representation of color #4E770C: hue angle of 82.99º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E770C is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB7811912-
CMYK0.3400.900.53
HSL82.99º81.68%25.69%-
HSV(B)82.99º89.92%46.67%-
XYZ9.8114.842.7-
YUV94.5481.42116.2-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.32%
GREEN value IS 119 (46.88% from 255) = 56.94%
BLUE value IS 12 (5.08% from 255) = 5.74%
R=37.32%
G=56.94%
B=5.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal78119120.3400.900.5382.9981.6825.69
Hex4E77C2205A3553521a
Octal116167144201326512312232
Binary100111011101111100100010010110101101011010011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E770C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,119,12); }

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

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

 a { background-color: rgb(78,119,12); }

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

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

 span { border-color: rgb(78,119,12); }

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