#49720C

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

Shades of Green Leaf #49720C

Tints of Green Leaf #49720C

Color information

#49720C (or 0x49720C) is unknown color: approx Green Leaf. HEX triplet: 49, 72 and 0C. RGB value is (73,114,12). Sum of RGB (Red+Green+Blue) = 73+114+12=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 114 (44.92% from 255 or 57.29% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 114 - color contains mainly: green. Hex color #49720C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49720C is #B68DF3. Grayscale: #5A5A5A. Windows color (decimal): -11963892 or 815689. OLE color: 815689.

HSL color Cylindrical-coordinate representation of color #49720C: hue angle of 84.12º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49720C is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB7311412-
CMYK0.3600.890.55
HSL84.12º80.95%24.71%-
HSV(B)84.12º89.47%44.71%-
XYZ8.8313.482.48-
YUV90.1183.92115.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.68%
GREEN value IS 114 (44.92% from 255) = 57.29%
BLUE value IS 12 (5.08% from 255) = 6.03%
R=36.68%
G=57.29%
B=6.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73114120.3600.890.5584.1280.9524.71
Hex4972C2405937545119
Octal111162144401316712412131
Binary100100111100101100100100010110011101111010100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49720C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49720C; }

 p { color: rgb(73,114,12); }

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

<style>
 a { background-color: #49720C; }

 a { background-color: rgb(73,114,12); }

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

<style>
 span { border-color: #49720C; }

 span { border-color: rgb(73,114,12); }

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