#4C731A

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

Shades of Green Leaf #4C731A

Tints of Green Leaf #4C731A

Color information

#4C731A (or 0x4C731A) is unknown color: approx Green Leaf. HEX triplet: 4C, 73 and 1A. RGB value is (76,115,26). Sum of RGB (Red+Green+Blue) = 76+115+26=217 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.02% from 217); Green value is 115 (45.31% from 255 or 53.00% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 115 - color contains mainly: green. Hex color #4C731A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C731A is #B38CE5. Grayscale: #5D5D5D. Windows color (decimal): -11767014 or 1733452. OLE color: 1733452.

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

Color convert

RGB7611526-
CMYK0.3400.770.55
HSL86.29º63.12%27.65%-
HSV(B)86.29º77.39%45.1%-
XYZ9.313.873.16-
YUV93.1990.08115.74-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.02%
GREEN value IS 115 (45.31% from 255) = 53.00%
BLUE value IS 26 (10.55% from 255) = 11.98%
R=35.02%
G=53.00%
B=11.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal76115260.3400.770.5586.2963.1227.65
Hex4C731A2204D37563f1c
Octal11416332420115671267734
Binary100110011100111101010001001001101110111101011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C731A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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