#4C760B

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

Shades of Green Leaf #4C760B

Tints of Green Leaf #4C760B

Color information

#4C760B (or 0x4C760B) is unknown color: approx Green Leaf. HEX triplet: 4C, 76 and 0B. RGB value is (76,118,11). Sum of RGB (Red+Green+Blue) = 76+118+11=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 118 (46.48% from 255 or 57.56% from 205); Blue value is 11 (4.69% from 255 or 5.37% from 205); Max value from RGB is 118 - color contains mainly: green. Hex color #4C760B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C760B is #B389F4. Grayscale: #5D5D5D. Windows color (decimal): -11766261 or 751180. OLE color: 751180.

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

Color convert

RGB7611811-
CMYK0.3600.910.54
HSL83.55º82.95%25.29%-
HSV(B)83.55º90.68%46.27%-
XYZ9.5214.522.62-
YUV93.2481.59115.7-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.07%
GREEN value IS 118 (46.48% from 255) = 57.56%
BLUE value IS 11 (4.69% from 255) = 5.37%
R=37.07%
G=57.56%
B=5.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal76118110.3600.910.5483.5582.9525.29
Hex4C76B2405B36545319
Octal114166134401336612412331
Binary100110011101101011100100010110111101101010100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C760B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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