#49761B

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

Shades of Green Leaf #49761B

Tints of Green Leaf #49761B

Color information

#49761B (or 0x49761B) is unknown color: approx Green Leaf. HEX triplet: 49, 76 and 1B. RGB value is (73,118,27). Sum of RGB (Red+Green+Blue) = 73+118+27=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #49761B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49761B is #B689E4. Grayscale: #5E5E5E. Windows color (decimal): -11962853 or 1799753. OLE color: 1799753.

HSL color Cylindrical-coordinate representation of color #49761B: hue angle of 89.67º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49761B is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB7311827-
CMYK0.3800.770.54
HSL89.67º62.76%28.43%-
HSV(B)89.67º77.12%46.27%-
XYZ9.4214.453.33-
YUV94.1790.09112.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 118 (46.48% from 255) = 54.13%
BLUE value IS 27 (10.94% from 255) = 12.39%
R=33.49%
G=54.13%
B=12.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73118270.3800.770.5489.6762.7628.43
Hex49761B2604D365a3f1c
Octal11116633460115661327734
Binary100100111101101101110011001001101110110101101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49761B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49761B; }

 p { color: rgb(73,118,27); }

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

<style>
 a { background-color: #49761B; }

 a { background-color: rgb(73,118,27); }

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

<style>
 span { border-color: #49761B; }

 span { border-color: rgb(73,118,27); }

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