Html Css Color HEX #49503D Lunar Green

📋 copy color: '#49503D'

red 73 ◦ green 80 ◦ blue 61

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

Shades of Lunar Green #49503D

Tints of Lunar Green #49503D

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.5%

R = 34.11%
G = 37.38%
B = 28.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#49503D (or 0x49503D) is known color: 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

RGB 73 80 61 -
CMYK 0.09 0 0.24 0.69
HSL 82.11º 0.13% 0.28% -
HSV(B) 82.11º 0.24% 0.31% -
XYZ 6.46 7.49 5.52 -
YUV 75.74 119.68 126.04 -
System Red Green Blue C M Y K H S L
Decimal 73 80 61 0.09 0 0.24 0.69 82.11 0.13 0.28
Hex 49 50 3D 9 0 18 45 52 D 1C
Octal 111 120 75 11 0 30 105 122 15 34
Binary 1001001 1010000 111101 1001 0 11000 1000101 1010010 1101 11100

Color Harmonies of #49503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49503D

Black with #49503D

Text Example


Text Example

White with #49503D

Text Example


Text Example

HTML Codes & Css Web 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>