#49781E

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

Shades of Green Leaf #49781E

Tints of Green Leaf #49781E

Color information

#49781E (or 0x49781E) is unknown color: approx Green Leaf. HEX triplet: 49, 78 and 1E. RGB value is (73,120,30). Sum of RGB (Red+Green+Blue) = 73+120+30=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 120 (47.27% from 255 or 53.81% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 120 - color contains mainly: green. Hex color #49781E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49781E is #B687E1. Grayscale: #5F5F5F. Windows color (decimal): -11962338 or 1996873. OLE color: 1996873.

HSL color Cylindrical-coordinate representation of color #49781E: hue angle of 91.33º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49781E is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB7312030-
CMYK0.3900.750.53
HSL91.33º60%29.41%-
HSV(B)91.33º75%47.06%-
XYZ9.714.943.6-
YUV95.6990.93111.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 120 (47.27% from 255) = 53.81%
BLUE value IS 30 (12.11% from 255) = 13.45%
R=32.74%
G=53.81%
B=13.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73120300.3900.750.5391.336029.41
Hex49781E2704B355b3c1d
Octal11117036470113651337435
Binary100100111110001111010011101001011110101101101111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49781E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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