#49621D

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

Shades of Green Leaf #49621D

Tints of Green Leaf #49621D

Color information

#49621D (or 0x49621D) is unknown color: approx Green Leaf. HEX triplet: 49, 62 and 1D. RGB value is (73,98,29). Sum of RGB (Red+Green+Blue) = 73+98+29=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 98 (38.67% from 255 or 49% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 98 - color contains mainly: green. Hex color #49621D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49621D is #B69DE2. Grayscale: #525252. Windows color (decimal): -11967971 or 1925705. OLE color: 1925705.

HSL color Cylindrical-coordinate representation of color #49621D: hue angle of 81.74º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49621D is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB739829-
CMYK0.2600.700.62
HSL81.74º54.33%24.9%-
HSV(B)81.74º70.41%38.43%-
XYZ7.3410.242.75-
YUV82.6697.72121.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.5%
GREEN value IS 98 (38.67% from 255) = 49%
BLUE value IS 29 (11.72% from 255) = 14.5%
R=36.5%
G=49%
B=14.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7398290.2600.700.6281.7454.3324.9
Hex49621D1A0463E523619
Octal11114235320106761226631
Binary10010011100010111011101001000110111110101001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49621D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,98,29); }

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

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

 a { background-color: rgb(73,98,29); }

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

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

 span { border-color: rgb(73,98,29); }

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