#4C7C11

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

Shades of Green Leaf #4C7C11

Tints of Green Leaf #4C7C11

Color information

#4C7C11 (or 0x4C7C11) is unknown color: approx Green Leaf. HEX triplet: 4C, 7C and 11. RGB value is (76,124,17). Sum of RGB (Red+Green+Blue) = 76+124+17=217 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.02% from 217); Green value is 124 (48.83% from 255 or 57.14% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 124 - color contains mainly: green. Hex color #4C7C11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7C11 is #B383EE. Grayscale: #616161. Windows color (decimal): -11764719 or 1145932. OLE color: 1145932.

HSL color Cylindrical-coordinate representation of color #4C7C11: hue angle of 86.92º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C7C11 is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB7612417-
CMYK0.3900.860.51
HSL86.92º75.89%27.65%-
HSV(B)86.92º86.29%48.63%-
XYZ10.2915.993.07-
YUV97.4582.6112.7-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.02%
GREEN value IS 124 (48.83% from 255) = 57.14%
BLUE value IS 17 (7.03% from 255) = 7.83%
R=35.02%
G=57.14%
B=7.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal76124170.3900.860.5186.9275.8927.65
Hex4C7C112705633574c1c
Octal114174214701266312711434
Binary1001100111110010001100111010101101100111010111100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,124,17); }

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

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

 a { background-color: rgb(76,124,17); }

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

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

 span { border-color: rgb(76,124,17); }

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