#505840

Color #505840 Lunar Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lunar Green #505840

Tints of Lunar Green #505840

Color information

#505840 (or 0x505840) is unknown color: approx 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

RGB808864-
CMYK0.0900.270.65
HSL80º15.79%29.8%-
HSV(B)80º27.27%34.51%-
XYZ7.729.066.19-
YUV82.87117.35125.95-

RGB Variations

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

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 (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8088640.0900.270.658015.7929.8
Hex505840901B4150101e
Octal120130100110331011202036
Binary1010000101100010000001001011011100000110100001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>