#49760B

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

Shades of Green Leaf #49760B

Tints of Green Leaf #49760B

Color information

#49760B (or 0x49760B) is unknown color: approx Green Leaf. HEX triplet: 49, 76 and 0B. RGB value is (73,118,11). Sum of RGB (Red+Green+Blue) = 73+118+11=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 118 (46.48% from 255 or 58.42% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 118 - color contains mainly: green. Hex color #49760B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49760B is #B689F4. Grayscale: #5C5C5C. Windows color (decimal): -11962869 or 751177. OLE color: 751177.

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

Color convert

RGB7311811-
CMYK0.3800.910.54
HSL85.23º82.95%25.29%-
HSV(B)85.23º90.68%46.27%-
XYZ9.2914.42.61-
YUV92.3582.09114.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.14%
GREEN value IS 118 (46.48% from 255) = 58.42%
BLUE value IS 11 (4.69% from 255) = 5.45%
R=36.14%
G=58.42%
B=5.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73118110.3800.910.5485.2382.9525.29
Hex4976B2605B36555319
Octal111166134601336612512331
Binary100100111101101011100110010110111101101010101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49760B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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