Html Css Color HEX #505449 Lunar Green

📋 copy color: '#505449'

red 80 ◦ green 84 ◦ blue 73

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

Shades of Lunar Green #505449

Tints of Lunar Green #505449

RGB

 RED value IS 80 (31.64% from 255) = 33.76%

 GREEN value IS 84 (33.2% from 255) = 35.44%

 BLUE value IS 73 (28.91% from 255) = 30.8%

R = 33.76%
G = 35.44%
B = 30.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#505449 (or 0x505449) is known color: Lunar Green. HEX triplet: 50, 54 and 49. RGB value is (80,84,73). Sum of RGB (Red+Green+Blue) = 80+84+73=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 84 - color contains mainly: green. Hex color #505449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505449 is #AFABB6. Grayscale: #515151. Windows color (decimal): -11512759 or 4805712. OLE color: 4805712.

HSL color Cylindrical-coordinate representation of color #505449: hue angle of 81.82º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #505449 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 84 73 -
CMYK 0.05 0 0.13 0.67
HSL 81.82º 0.07% 0.31% -
HSV(B) 81.82º 0.13% 0.33% -
XYZ 7.68 8.53 7.54 -
YUV 81.55 123.17 126.89 -
System Red Green Blue C M Y K H S L
Decimal 80 84 73 0.05 0 0.13 0.67 81.82 0.07 0.31
Hex 50 54 49 5 0 D 43 52 7 1F
Octal 120 124 111 5 0 15 103 122 7 37
Binary 1010000 1010100 1001001 101 0 1101 1000011 1010010 111 11111

Color Harmonies of #505449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505449

Black with #505449

Text Example


Text Example

White with #505449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505449; }

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

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

background-color css

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

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

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

border-color css

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

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

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