#4C731E

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

Shades of Green Leaf #4C731E

Tints of Green Leaf #4C731E

Color information

#4C731E (or 0x4C731E) is unknown color: approx Green Leaf. HEX triplet: 4C, 73 and 1E. RGB value is (76,115,30). Sum of RGB (Red+Green+Blue) = 76+115+30=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 115 (45.31% from 255 or 52.04% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 115 - color contains mainly: green. Hex color #4C731E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C731E is #B38CE1. Grayscale: #5D5D5D. Windows color (decimal): -11767010 or 1995596. OLE color: 1995596.

HSL color Cylindrical-coordinate representation of color #4C731E: hue angle of 87.53º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C731E is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB7611530-
CMYK0.3400.740.55
HSL87.53º58.62%28.43%-
HSV(B)87.53º73.91%45.1%-
XYZ9.3513.893.42-
YUV93.6592.08115.41-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.39%
GREEN value IS 115 (45.31% from 255) = 52.04%
BLUE value IS 30 (12.11% from 255) = 13.57%
R=34.39%
G=52.04%
B=13.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal76115300.3400.740.5587.5358.6228.43
Hex4C731E2204A37583b1c
Octal11416336420112671307334
Binary100110011100111111010001001001010110111101100011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C731E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,115,30); }

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

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

 a { background-color: rgb(76,115,30); }

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

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

 span { border-color: rgb(76,115,30); }

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