#4E742B

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

Shades of Green Leaf #4E742B

Tints of Green Leaf #4E742B

Color information

#4E742B (or 0x4E742B) is unknown color: approx Green Leaf. HEX triplet: 4E, 74 and 2B. RGB value is (78,116,43). Sum of RGB (Red+Green+Blue) = 78+116+43=237 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.91% from 237); Green value is 116 (45.70% from 255 or 48.95% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 116 - color contains mainly: green. Hex color #4E742B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E742B is #B18BD4. Grayscale: #606060. Windows color (decimal): -11635669 or 2847822. OLE color: 2847822.

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

Color convert

RGB7811643-
CMYK0.3300.630.55
HSL91.23º45.91%31.18%-
HSV(B)91.23º62.93%45.49%-
XYZ9.8214.284.53-
YUV96.3297.91114.94-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.91%
GREEN value IS 116 (45.70% from 255) = 48.95%
BLUE value IS 43 (17.19% from 255) = 18.14%
R=32.91%
G=48.95%
B=18.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal78116430.3300.630.5591.2345.9131.18
Hex4E742B2103F375b2e1f
Octal1161645341077671335637
Binary100111011101001010111000010111111110111101101110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E742B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,116,43); }

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

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

 a { background-color: rgb(78,116,43); }

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

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

 span { border-color: rgb(78,116,43); }

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