#4C7513

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

Shades of Green Leaf #4C7513

Tints of Green Leaf #4C7513

Color information

#4C7513 (or 0x4C7513) is unknown color: approx Green Leaf. HEX triplet: 4C, 75 and 13. RGB value is (76,117,19). Sum of RGB (Red+Green+Blue) = 76+117+19=212 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.85% from 212); Green value is 117 (46.09% from 255 or 55.19% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 117 - color contains mainly: green. Hex color #4C7513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7513 is #B38AEC. Grayscale: #5D5D5D. Windows color (decimal): -11766509 or 1275212. OLE color: 1275212.

HSL color Cylindrical-coordinate representation of color #4C7513: hue angle of 85.1º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C7513 is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB7611719-
CMYK0.3500.840.54
HSL85.1º72.06%26.67%-
HSV(B)85.1º83.76%45.88%-
XYZ9.4614.312.88-
YUV93.5785.92115.47-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.85%
GREEN value IS 117 (46.09% from 255) = 55.19%
BLUE value IS 19 (7.81% from 255) = 8.96%
R=35.85%
G=55.19%
B=8.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal76117190.3500.840.5485.172.0626.67
Hex4C7513230543655481b
Octal114165234301246612511033
Binary1001100111010110011100011010101001101101010101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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