#4d770c

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

Shades of Green Leaf #4D770C

Tints of Green Leaf #4D770C

Color information

#4D770C (or 0x4D770C) is unknown color: approx Green Leaf. HEX triplet: 4D, 77 and 0C. RGB value is (77,119,12). Sum of RGB (Red+Green+Blue) = 77+119+12=208 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.02% from 208); Green value is 119 (46.88% from 255 or 57.21% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 119 - color contains mainly: green. Hex color #4D770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D770C is #B288F3. Grayscale: #5E5E5E. Windows color (decimal): -11700468 or 816973. OLE color: 816973.

HSL color Cylindrical-coordinate representation of color #4D770C: hue angle of 83.55º 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 #4D770C is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB7711912-
CMYK0.3500.900.53
HSL83.55º81.68%25.69%-
HSV(B)83.55º89.92%46.67%-
XYZ9.7214.82.69-
YUV94.2481.59115.7-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.02%
GREEN value IS 119 (46.88% from 255) = 57.21%
BLUE value IS 12 (5.08% from 255) = 5.77%
R=37.02%
G=57.21%
B=5.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal77119120.3500.900.5383.5581.6825.69
Hex4D77C2305A3554521a
Octal115167144301326512412232
Binary100110111101111100100011010110101101011010100101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d770c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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