#4C750C

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

Shades of Green Leaf #4C750C

Tints of Green Leaf #4C750C

Color information

#4C750C (or 0x4C750C) is unknown color: approx Green Leaf. HEX triplet: 4C, 75 and 0C. RGB value is (76,117,12). Sum of RGB (Red+Green+Blue) = 76+117+12=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 117 (46.09% from 255 or 57.07% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 117 - color contains mainly: green. Hex color #4C750C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C750C is #B38AF3. Grayscale: #5D5D5D. Windows color (decimal): -11766516 or 816460. OLE color: 816460.

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

Color convert

RGB7611712-
CMYK0.3500.900.54
HSL83.43º81.4%25.29%-
HSV(B)83.43º89.74%45.88%-
XYZ9.4114.292.61-
YUV92.7782.42116.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.07%
GREEN value IS 117 (46.09% from 255) = 57.07%
BLUE value IS 12 (5.08% from 255) = 5.85%
R=37.07%
G=57.07%
B=5.85%

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
Decimal76117120.3500.900.5483.4381.425.29
Hex4C75C2305A36535119
Octal114165144301326612312131
Binary100110011101011100100011010110101101101010011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C750C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,117,12); }

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

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

 a { background-color: rgb(76,117,12); }

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

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

 span { border-color: rgb(76,117,12); }

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