#49771A

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

Shades of Green Leaf #49771A

Tints of Green Leaf #49771A

Color information

#49771A (or 0x49771A) is unknown color: approx Green Leaf. HEX triplet: 49, 77 and 1A. RGB value is (73,119,26). Sum of RGB (Red+Green+Blue) = 73+119+26=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #49771A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49771A is #B688E5. Grayscale: #5E5E5E. Windows color (decimal): -11962598 or 1734473. OLE color: 1734473.

HSL color Cylindrical-coordinate representation of color #49771A: hue angle of 89.68º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49771A is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB7311926-
CMYK0.3900.780.53
HSL89.68º64.14%28.43%-
HSV(B)89.68º78.15%46.67%-
XYZ9.5314.683.31-
YUV94.6489.26112.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 119 (46.88% from 255) = 54.59%
BLUE value IS 26 (10.55% from 255) = 11.93%
R=33.49%
G=54.59%
B=11.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73119260.3900.780.5389.6864.1428.43
Hex49771A2704E355a401c
Octal111167324701166513210034
Binary1001001111011111010100111010011101101011011010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49771A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49771A; }

 p { color: rgb(73,119,26); }

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

<style>
 a { background-color: #49771A; }

 a { background-color: rgb(73,119,26); }

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

<style>
 span { border-color: #49771A; }

 span { border-color: rgb(73,119,26); }

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