Html Css Color HEX #49503C Lunar Green

📋 copy color: '#49503C'

red 73 ◦ green 80 ◦ blue 60

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

Shades of Lunar Green #49503C

Tints of Lunar Green #49503C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.17%

R = 34.27%
G = 37.56%
B = 28.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#49503C (or 0x49503C) is known color: Lunar Green. HEX triplet: 49, 50 and 3C. RGB value is (73,80,60). Sum of RGB (Red+Green+Blue) = 73+80+60=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 80 - color contains mainly: green. Hex color #49503C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49503C is #B6AFC3. Grayscale: #4B4B4B. Windows color (decimal): -11972548 or 3952713. OLE color: 3952713.

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

Color convert

RGB 73 80 60 -
CMYK 0.09 0 0.25 0.69
HSL 81º 0.14% 0.27% -
HSV(B) 81º 0.25% 0.31% -
XYZ 6.43 7.48 5.38 -
YUV 75.63 119.18 126.13 -
System Red Green Blue C M Y K H S L
Decimal 73 80 60 0.09 0 0.25 0.69 81 0.14 0.27
Hex 49 50 3C 9 0 19 45 51 E 1B
Octal 111 120 74 11 0 31 105 121 16 33
Binary 1001001 1010000 111100 1001 0 11001 1000101 1010001 1110 11011

Color Harmonies of #49503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49503C

Black with #49503C

Text Example


Text Example

White with #49503C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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