Html Css Color HEX #505547 Lunar Green

📋 copy color: '#505547'

red 80 ◦ green 85 ◦ blue 71

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

Shades of Lunar Green #505547

Tints of Lunar Green #505547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 30.08%

R = 33.9%
G = 36.02%
B = 30.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#505547 (or 0x505547) is known color: Lunar Green. HEX triplet: 50, 55 and 47. RGB value is (80,85,71). Sum of RGB (Red+Green+Blue) = 80+85+71=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 85 - color contains mainly: green. Hex color #505547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505547 is #AFAAB8. Grayscale: #515151. Windows color (decimal): -11512505 or 4674896. OLE color: 4674896.

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

Color convert

RGB 80 85 71 -
CMYK 0.06 0 0.16 0.67
HSL 81.43º 0.09% 0.31% -
HSV(B) 81.43º 0.16% 0.33% -
XYZ 7.69 8.66 7.23 -
YUV 81.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 80 85 71 0.06 0 0.16 0.67 81.43 0.09 0.31
Hex 50 55 47 6 0 10 43 51 9 1F
Octal 120 125 107 6 0 20 103 121 11 37
Binary 1010000 1010101 1000111 110 0 10000 1000011 1010001 1001 11111

Color Harmonies of #505547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505547

Black with #505547

Text Example


Text Example

White with #505547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505547; }

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

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

background-color css

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

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

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

border-color css

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

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

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