Html Css Color HEX #505548 Lunar Green

📋 copy color: '#505548'

red 80 ◦ green 85 ◦ blue 72

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

Shades of Lunar Green #505548

Tints of Lunar Green #505548

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.86%

 BLUE value IS 72 (28.52% from 255) = 30.38%

R = 33.76%
G = 35.86%
B = 30.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#505548 (or 0x505548) is known color: Lunar Green. HEX triplet: 50, 55 and 48. RGB value is (80,85,72). Sum of RGB (Red+Green+Blue) = 80+85+72=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 85 - color contains mainly: green. Hex color #505548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505548 is #AFAAB7. Grayscale: #525252. Windows color (decimal): -11512504 or 4740432. OLE color: 4740432.

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

Color convert

RGB 80 85 72 -
CMYK 0.06 0 0.15 0.67
HSL 83.08º 0.08% 0.31% -
HSV(B) 83.08º 0.15% 0.33% -
XYZ 7.73 8.67 7.4 -
YUV 82.02 122.34 126.56 -
System Red Green Blue C M Y K H S L
Decimal 80 85 72 0.06 0 0.15 0.67 83.08 0.08 0.31
Hex 50 55 48 6 0 F 43 53 8 1F
Octal 120 125 110 6 0 17 103 123 10 37
Binary 1010000 1010101 1001000 110 0 1111 1000011 1010011 1000 11111

Color Harmonies of #505548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505548

Black with #505548

Text Example


Text Example

White with #505548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505548; }

 p { color: rgb(80,85,72); }

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

background-color css

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

 a { background-color: rgb(80,85,72); }

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

border-color css

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

 span { border-color: rgb(80,85,72); }

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