#515844

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

Shades of Lunar Green #515844

Tints of Lunar Green #515844

Color information

#515844 (or 0x515844) is unknown color: approx Lunar Green. HEX triplet: 51, 58 and 44. RGB value is (81,88,68). Sum of RGB (Red+Green+Blue) = 81+88+68=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 88 - color contains mainly: green. Hex color #515844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515844 is #AEA7BB. Grayscale: #535353. Windows color (decimal): -11446204 or 4479057. OLE color: 4479057.

HSL color Cylindrical-coordinate representation of color #515844: hue angle of 81º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #515844 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB818868-
CMYK0.0800.230.65
HSL81º12.82%30.59%-
HSV(B)81º22.73%34.51%-
XYZ7.939.156.82-
YUV83.63119.18126.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.18%
GREEN value IS 88 (34.77% from 255) = 37.13%
BLUE value IS 68 (26.95% from 255) = 28.69%
R=34.18%
G=37.13%
B=28.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8188680.0800.230.658112.8230.59
Hex51584480174151d1f
Octal121130104100271011211537
Binary101000110110001000100100001011110000011010001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515844; }

 p { color: rgb(81,88,68); }

 H1.HeaderClassName
 {
   color: #515844;
 }
 .AnyTagClassName
 {
   color: #515844;
 }
</style>
background-color css

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

 a { background-color: rgb(81,88,68); }

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

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

 span { border-color: rgb(81,88,68); }

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