#4C761B

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

Shades of Green Leaf #4C761B

Tints of Green Leaf #4C761B

Color information

#4C761B (or 0x4C761B) is unknown color: approx Green Leaf. HEX triplet: 4C, 76 and 1B. RGB value is (76,118,27). Sum of RGB (Red+Green+Blue) = 76+118+27=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 118 (46.48% from 255 or 53.39% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 118 - color contains mainly: green. Hex color #4C761B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C761B is #B389E4. Grayscale: #5F5F5F. Windows color (decimal): -11766245 or 1799756. OLE color: 1799756.

HSL color Cylindrical-coordinate representation of color #4C761B: hue angle of 87.69º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C761B is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB7611827-
CMYK0.3600.770.54
HSL87.69º62.76%28.43%-
HSV(B)87.69º77.12%46.27%-
XYZ9.6614.573.34-
YUV95.0789.59114.4-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.39%
GREEN value IS 118 (46.48% from 255) = 53.39%
BLUE value IS 27 (10.94% from 255) = 12.22%
R=34.39%
G=53.39%
B=12.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal76118270.3600.770.5487.6962.7628.43
Hex4C761B2404D36583f1c
Octal11416633440115661307734
Binary100110011101101101110010001001101110110101100011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C761B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,118,27); }

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

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

 a { background-color: rgb(76,118,27); }

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

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

 span { border-color: rgb(76,118,27); }

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