#49721B

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

Shades of Green Leaf #49721B

Tints of Green Leaf #49721B

Color information

#49721B (or 0x49721B) is unknown color: approx Green Leaf. HEX triplet: 49, 72 and 1B. RGB value is (73,114,27). Sum of RGB (Red+Green+Blue) = 73+114+27=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 27 (10.94% from 255 or 12.62% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #49721B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49721B is #B68DE4. Grayscale: #5C5C5C. Windows color (decimal): -11963877 or 1798729. OLE color: 1798729.

HSL color Cylindrical-coordinate representation of color #49721B: hue angle of 88.28º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49721B is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB7311427-
CMYK0.3600.760.55
HSL88.28º61.7%27.65%-
HSV(B)88.28º76.32%44.71%-
XYZ8.9613.533.18-
YUV91.8291.42114.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.11%
GREEN value IS 114 (44.92% from 255) = 53.27%
BLUE value IS 27 (10.94% from 255) = 12.62%
R=34.11%
G=53.27%
B=12.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73114270.3600.760.5588.2861.727.65
Hex49721B2404C37583e1c
Octal11116233440114671307634
Binary100100111100101101110010001001100110111101100011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49721B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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