#4C731B

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

Shades of Green Leaf #4C731B

Tints of Green Leaf #4C731B

Color information

#4C731B (or 0x4C731B) is unknown color: approx Green Leaf. HEX triplet: 4C, 73 and 1B. RGB value is (76,115,27). Sum of RGB (Red+Green+Blue) = 76+115+27=218 (28% of max value = 765). Red value is 76 (30.08% from 255 or 34.86% from 218); Green value is 115 (45.31% from 255 or 52.75% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 115 - color contains mainly: green. Hex color #4C731B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C731B is #B38CE4. Grayscale: #5D5D5D. Windows color (decimal): -11767013 or 1798988. OLE color: 1798988.

HSL color Cylindrical-coordinate representation of color #4C731B: hue angle of 86.59º degrees, saturation: 0.62, 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 #4C731B is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB7611527-
CMYK0.3400.770.55
HSL86.59º61.97%27.84%-
HSV(B)86.59º76.52%45.1%-
XYZ9.3113.883.22-
YUV93.3190.58115.66-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.86%
GREEN value IS 115 (45.31% from 255) = 52.75%
BLUE value IS 27 (10.94% from 255) = 12.39%
R=34.86%
G=52.75%
B=12.39%

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
Decimal76115270.3400.770.5586.5961.9727.84
Hex4C731B2204D37573e1c
Octal11416333420115671277634
Binary100110011100111101110001001001101110111101011111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C731B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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