Html Css Color HEX #49503E Lunar Green

📋 copy color: '#49503E'

red 73 ◦ green 80 ◦ blue 62

#49503E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lunar Green #49503E

Tints of Lunar Green #49503E

RGB

 RED value IS 73 (28.91% from 255) = 33.95%

 GREEN value IS 80 (31.64% from 255) = 37.21%

 BLUE value IS 62 (24.61% from 255) = 28.84%

R = 33.95%
G = 37.21%
B = 28.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#49503E (or 0x49503E) is known color: Lunar Green. HEX triplet: 49, 50 and 3E. RGB value is (73,80,62). Sum of RGB (Red+Green+Blue) = 73+80+62=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 80 - color contains mainly: green. Hex color #49503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49503E is #B6AFC1. Grayscale: #4B4B4B. Windows color (decimal): -11972546 or 4083785. OLE color: 4083785.

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

Color convert

RGB 73 80 62 -
CMYK 0.09 0 0.22 0.69
HSL 83.33º 0.13% 0.28% -
HSV(B) 83.33º 0.23% 0.31% -
XYZ 6.49 7.5 5.66 -
YUV 75.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 73 80 62 0.09 0 0.22 0.69 83.33 0.13 0.28
Hex 49 50 3E 9 0 16 45 53 D 1C
Octal 111 120 76 11 0 26 105 123 15 34
Binary 1001001 1010000 111110 1001 0 10110 1000101 1010011 1101 11100

Color Harmonies of #49503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49503E

Black with #49503E

Text Example


Text Example

White with #49503E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49503E;
 }
 .AnyTagClassName
 {
   color: #49503E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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