#49760D

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

Shades of Green Leaf #49760D

Tints of Green Leaf #49760D

Color information

#49760D (or 0x49760D) is unknown color: approx Green Leaf. HEX triplet: 49, 76 and 0D. RGB value is (73,118,13). Sum of RGB (Red+Green+Blue) = 73+118+13=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 118 (46.48% from 255 or 57.84% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 118 - color contains mainly: green. Hex color #49760D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49760D is #B689F2. Grayscale: #5C5C5C. Windows color (decimal): -11962867 or 882249. OLE color: 882249.

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

Color convert

RGB7311813-
CMYK0.3800.890.54
HSL85.71º80.15%25.69%-
HSV(B)85.71º88.98%46.27%-
XYZ9.314.42.67-
YUV92.5783.09114.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.78%
GREEN value IS 118 (46.48% from 255) = 57.84%
BLUE value IS 13 (5.47% from 255) = 6.37%
R=35.78%
G=57.84%
B=6.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73118130.3800.890.5485.7180.1525.69
Hex4976D260593656501a
Octal111166154601316612612032
Binary100100111101101101100110010110011101101010110101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49760D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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