#49710F

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

Shades of Green Leaf #49710F

Tints of Green Leaf #49710F

Color information

#49710F (or 0x49710F) is unknown color: approx Green Leaf. HEX triplet: 49, 71 and 0F. RGB value is (73,113,15). Sum of RGB (Red+Green+Blue) = 73+113+15=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 113 (44.53% from 255 or 56.22% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 113 - color contains mainly: green. Hex color #49710F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49710F is #B68EF0. Grayscale: #5A5A5A. Windows color (decimal): -11964145 or 1012041. OLE color: 1012041.

HSL color Cylindrical-coordinate representation of color #49710F: hue angle of 84.49º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #49710F is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB7311315-
CMYK0.3500.870.56
HSL84.49º76.56%25.1%-
HSV(B)84.49º86.73%44.31%-
XYZ8.7413.262.55-
YUV89.8785.75115.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.32%
GREEN value IS 113 (44.53% from 255) = 56.22%
BLUE value IS 15 (6.25% from 255) = 7.46%
R=36.32%
G=56.22%
B=7.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73113150.3500.870.5684.4976.5625.1
Hex4971F2305738544d19
Octal111161174301277012411531
Binary100100111100011111100011010101111110001010100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49710F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49710F; }

 p { color: rgb(73,113,15); }

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

<style>
 a { background-color: #49710F; }

 a { background-color: rgb(73,113,15); }

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

<style>
 span { border-color: #49710F; }

 span { border-color: rgb(73,113,15); }

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