#49661E

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

Shades of Green Leaf #49661E

Tints of Green Leaf #49661E

Color information

#49661E (or 0x49661E) is unknown color: approx Green Leaf. HEX triplet: 49, 66 and 1E. RGB value is (73,102,30). Sum of RGB (Red+Green+Blue) = 73+102+30=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #49661E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49661E is #B699E1. Grayscale: #555555. Windows color (decimal): -11966946 or 1992265. OLE color: 1992265.

HSL color Cylindrical-coordinate representation of color #49661E: hue angle of 84.17º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49661E is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.6.

Color convert

RGB7310230-
CMYK0.2800.710.6
HSL84.17º54.55%25.88%-
HSV(B)84.17º70.59%40%-
XYZ7.7311.012.95-
YUV85.1296.89119.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.61%
GREEN value IS 102 (40.23% from 255) = 49.76%
BLUE value IS 30 (12.11% from 255) = 14.63%
R=35.61%
G=49.76%
B=14.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal73102300.2800.710.684.1754.5525.88
Hex49661E1C0473C54371a
Octal11114636340107741246732
Binary10010011100110111101110001000111111100101010011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49661E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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