Html Css Color HEX #505740 Lunar Green

📋 copy color: '#505740'

red 80 ◦ green 87 ◦ blue 64

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

Shades of Lunar Green #505740

Tints of Lunar Green #505740

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.66%

 BLUE value IS 64 (25.39% from 255) = 27.71%

R = 34.63%
G = 37.66%
B = 27.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#505740 (or 0x505740) is known color: Lunar Green. HEX triplet: 50, 57 and 40. RGB value is (80,87,64). Sum of RGB (Red+Green+Blue) = 80+87+64=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 87 - color contains mainly: green. Hex color #505740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505740 is #AFA8BF. Grayscale: #525252. Windows color (decimal): -11512000 or 4216656. OLE color: 4216656.

HSL color Cylindrical-coordinate representation of color #505740: hue angle of 78.26º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #505740 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 87 64 -
CMYK 0.08 0 0.26 0.66
HSL 78.26º 0.15% 0.3% -
HSV(B) 78.26º 0.26% 0.34% -
XYZ 7.64 8.89 6.16 -
YUV 82.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 80 87 64 0.08 0 0.26 0.66 78.26 0.15 0.3
Hex 50 57 40 8 0 1A 42 4E F 1E
Octal 120 127 100 10 0 32 102 116 17 36
Binary 1010000 1010111 1000000 1000 0 11010 1000010 1001110 1111 11110

Color Harmonies of #505740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505740

Black with #505740

Text Example


Text Example

White with #505740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505740; }

 p { color: rgb(80,87,64); }

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

background-color css

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

 a { background-color: rgb(80,87,64); }

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

border-color css

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

 span { border-color: rgb(80,87,64); }

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