#49701E

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

Shades of Green Leaf #49701E

Tints of Green Leaf #49701E

Color information

#49701E (or 0x49701E) is unknown color: approx Green Leaf. HEX triplet: 49, 70 and 1E. RGB value is (73,112,30). Sum of RGB (Red+Green+Blue) = 73+112+30=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #49701E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49701E is #B68FE1. Grayscale: #5B5B5B. Windows color (decimal): -11964386 or 1994825. OLE color: 1994825.

HSL color Cylindrical-coordinate representation of color #49701E: hue angle of 88.54º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49701E is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB7311230-
CMYK0.3500.730.56
HSL88.54º57.75%27.84%-
HSV(B)88.54º73.21%43.92%-
XYZ8.7813.13.29-
YUV90.9993.58115.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.95%
GREEN value IS 112 (44.14% from 255) = 52.09%
BLUE value IS 30 (12.11% from 255) = 13.95%
R=33.95%
G=52.09%
B=13.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73112300.3500.730.5688.5457.7527.84
Hex49701E2304938593a1c
Octal11116036430111701317234
Binary100100111100001111010001101001001111000101100111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49701E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49701E; }

 p { color: rgb(73,112,30); }

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

<style>
 a { background-color: #49701E; }

 a { background-color: rgb(73,112,30); }

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

<style>
 span { border-color: #49701E; }

 span { border-color: rgb(73,112,30); }

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