#49750D

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

Shades of Green Leaf #49750D

Tints of Green Leaf #49750D

Color information

#49750D (or 0x49750D) is unknown color: approx Green Leaf. HEX triplet: 49, 75 and 0D. RGB value is (73,117,13). Sum of RGB (Red+Green+Blue) = 73+117+13=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 117 (46.09% from 255 or 57.64% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 117 - color contains mainly: green. Hex color #49750D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49750D is #B68AF2. Grayscale: #5C5C5C. Windows color (decimal): -11963123 or 881993. OLE color: 881993.

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

Color convert

RGB7311713-
CMYK0.3800.890.54
HSL85.38º80%25.49%-
HSV(B)85.38º88.89%45.88%-
XYZ9.1814.172.63-
YUV91.9983.42114.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.96%
GREEN value IS 117 (46.09% from 255) = 57.64%
BLUE value IS 13 (5.47% from 255) = 6.40%
R=35.96%
G=57.64%
B=6.40%

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
Decimal73117130.3800.890.5485.388025.49
Hex4975D2605936555019
Octal111165154601316612512031
Binary100100111101011101100110010110011101101010101101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49750D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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