Html Css Color HEX #505640 Lunar Green

📋 copy color: '#505640'

red 80 ◦ green 86 ◦ blue 64

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

Shades of Lunar Green #505640

Tints of Lunar Green #505640

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.39%

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

R = 34.78%
G = 37.39%
B = 27.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#505640 (or 0x505640) is known color: Lunar Green. HEX triplet: 50, 56 and 40. RGB value is (80,86,64). Sum of RGB (Red+Green+Blue) = 80+86+64=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 86 - color contains mainly: green. Hex color #505640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505640 is #AFA9BF. Grayscale: #515151. Windows color (decimal): -11512256 or 4216400. OLE color: 4216400.

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

Color convert

RGB 80 86 64 -
CMYK 0.07 0 0.26 0.66
HSL 76.36º 0.15% 0.29% -
HSV(B) 76.36º 0.26% 0.34% -
XYZ 7.56 8.73 6.14 -
YUV 81.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 80 86 64 0.07 0 0.26 0.66 76.36 0.15 0.29
Hex 50 56 40 7 0 1A 42 4C F 1D
Octal 120 126 100 7 0 32 102 114 17 35
Binary 1010000 1010110 1000000 111 0 11010 1000010 1001100 1111 11101

Color Harmonies of #505640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505640

Black with #505640

Text Example


Text Example

White with #505640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505640; }

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

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

background-color css

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

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

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

border-color css

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

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

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