Html Css Color HEX #49503B Lunar Green

📋 copy color: '#49503B'

red 73 ◦ green 80 ◦ blue 59

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

Shades of Lunar Green #49503B

Tints of Lunar Green #49503B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 27.83%

R = 34.43%
G = 37.74%
B = 27.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#49503B (or 0x49503B) is known color: Lunar Green. HEX triplet: 49, 50 and 3B. RGB value is (73,80,59). Sum of RGB (Red+Green+Blue) = 73+80+59=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 80 - color contains mainly: green. Hex color #49503B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49503B is #B6AFC4. Grayscale: #4B4B4B. Windows color (decimal): -11972549 or 3887177. OLE color: 3887177.

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

Color convert

RGB 73 80 59 -
CMYK 0.09 0 0.26 0.69
HSL 80º 0.15% 0.27% -
HSV(B) 80º 0.26% 0.31% -
XYZ 6.41 7.47 5.24 -
YUV 75.51 118.68 126.21 -
System Red Green Blue C M Y K H S L
Decimal 73 80 59 0.09 0 0.26 0.69 80 0.15 0.27
Hex 49 50 3B 9 0 1A 45 50 F 1B
Octal 111 120 73 11 0 32 105 120 17 33
Binary 1001001 1010000 111011 1001 0 11010 1000101 1010000 1111 11011

Color Harmonies of #49503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49503B

Black with #49503B

Text Example


Text Example

White with #49503B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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