#49513E

Color #49513E Lunar Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lunar Green #49513E

Tints of Lunar Green #49513E

Color information

#49513E (or 0x49513E) is unknown color: approx Lunar Green. HEX triplet: 49, 51 and 3E. RGB value is (73,81,62). Sum of RGB (Red+Green+Blue) = 73+81+62=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 62 (24.61% from 255 or 28.70% from 216); Max value from RGB is 81 - color contains mainly: green. Hex color #49513E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49513E is #B6AEC1. Grayscale: #4C4C4C. Windows color (decimal): -11972290 or 4084041. OLE color: 4084041.

HSL color Cylindrical-coordinate representation of color #49513E: hue angle of 85.26º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #49513E is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB738162-
CMYK0.1000.230.68
HSL85.26º13.29%28.04%-
HSV(B)85.26º23.46%31.76%-
XYZ6.567.655.69-
YUV76.44119.85125.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.80%
GREEN value IS 81 (32.03% from 255) = 37.5%
BLUE value IS 62 (24.61% from 255) = 28.70%
R=33.80%
G=37.5%
B=28.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7381620.1000.230.6885.2613.2928.04
Hex49513EA0174455d1c
Octal11112176120271041251534
Binary10010011010001111110101001011110001001010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49513E; }

 p { color: rgb(73,81,62); }

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

<style>
 a { background-color: #49513E; }

 a { background-color: rgb(73,81,62); }

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

<style>
 span { border-color: #49513E; }

 span { border-color: rgb(73,81,62); }

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