#4D760C

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

Shades of Green Leaf #4D760C

Tints of Green Leaf #4D760C

Color information

#4D760C (or 0x4D760C) is unknown color: approx Green Leaf. HEX triplet: 4D, 76 and 0C. RGB value is (77,118,12). Sum of RGB (Red+Green+Blue) = 77+118+12=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 118 (46.48% from 255 or 57.00% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 118 - color contains mainly: green. Hex color #4D760C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D760C is #B289F3. Grayscale: #5E5E5E. Windows color (decimal): -11700724 or 816717. OLE color: 816717.

HSL color Cylindrical-coordinate representation of color #4D760C: hue angle of 83.21º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D760C is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB7711812-
CMYK0.3500.900.54
HSL83.21º81.54%25.49%-
HSV(B)83.21º89.83%46.27%-
XYZ9.6114.562.65-
YUV93.6681.92116.12-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.20%
GREEN value IS 118 (46.48% from 255) = 57.00%
BLUE value IS 12 (5.08% from 255) = 5.80%
R=37.20%
G=57.00%
B=5.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal77118120.3500.900.5483.2181.5425.49
Hex4D76C2305A36535219
Octal115166144301326612312231
Binary100110111101101100100011010110101101101010011101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D760C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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