Html Css Color HEX #505840 Lunar Green

📋 copy color: '#505840'

red 80 ◦ green 88 ◦ blue 64

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

Shades of Lunar Green #505840

Tints of Lunar Green #505840

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.93%

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

R = 34.48%
G = 37.93%
B = 27.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#505840 (or 0x505840) is known color: Lunar Green. HEX triplet: 50, 58 and 40. RGB value is (80,88,64). Sum of RGB (Red+Green+Blue) = 80+88+64=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 88 - color contains mainly: green. Hex color #505840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505840 is #AFA7BF. Grayscale: #525252. Windows color (decimal): -11511744 or 4216912. OLE color: 4216912.

HSL color Cylindrical-coordinate representation of color #505840: hue angle of 80º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #505840 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 88 64 -
CMYK 0.09 0 0.27 0.65
HSL 80º 0.16% 0.3% -
HSV(B) 80º 0.27% 0.35% -
XYZ 7.72 9.06 6.19 -
YUV 82.87 117.35 125.95 -
System Red Green Blue C M Y K H S L
Decimal 80 88 64 0.09 0 0.27 0.65 80 0.16 0.3
Hex 50 58 40 9 0 1B 41 50 10 1E
Octal 120 130 100 11 0 33 101 120 20 36
Binary 1010000 1011000 1000000 1001 0 11011 1000001 1010000 10000 11110

Color Harmonies of #505840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505840

Black with #505840

Text Example


Text Example

White with #505840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505840; }

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

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

background-color css

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

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

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

border-color css

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

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

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