#49503D

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

Shades of Lunar Green #49503D

Tints of Lunar Green #49503D

Color information

#49503D (or 0x49503D) is unknown color: approx Lunar Green. HEX triplet: 49, 50 and 3D. RGB value is (73,80,61). Sum of RGB (Red+Green+Blue) = 73+80+61=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 80 - color contains mainly: green. Hex color #49503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49503D is #B6AFC2. Grayscale: #4B4B4B. Windows color (decimal): -11972547 or 4018249. OLE color: 4018249.

HSL color Cylindrical-coordinate representation of color #49503D: hue angle of 82.11º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #49503D is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB738061-
CMYK0.0900.240.69
HSL82.11º13.48%27.65%-
HSV(B)82.11º23.75%31.37%-
XYZ6.467.495.52-
YUV75.74119.68126.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.11%
GREEN value IS 80 (31.64% from 255) = 37.38%
BLUE value IS 61 (24.22% from 255) = 28.50%
R=34.11%
G=37.38%
B=28.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7380610.0900.240.6982.1113.4827.65
Hex49503D90184552d1c
Octal11112075110301051221534
Binary10010011010000111101100101100010001011010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,80,61); }

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

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

 a { background-color: rgb(73,80,61); }

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

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

 span { border-color: rgb(73,80,61); }

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