#515B3D

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

Shades of Lunar Green #515B3D

Tints of Lunar Green #515B3D

Color information

#515B3D (or 0x515B3D) is unknown color: approx Lunar Green. HEX triplet: 51, 5B and 3D. RGB value is (81,91,61). Sum of RGB (Red+Green+Blue) = 81+91+61=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 91 - color contains mainly: green. Hex color #515B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515B3D is #AEA4C2. Grayscale: #545454. Windows color (decimal): -11445443 or 4021073. OLE color: 4021073.

HSL color Cylindrical-coordinate representation of color #515B3D: hue angle of 80º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #515B3D is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.

Color convert

RGB819161-
CMYK0.1100.330.64
HSL80º19.74%29.8%-
HSV(B)80º32.97%35.69%-
XYZ7.989.575.84-
YUV84.59114.69125.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.76%
GREEN value IS 91 (35.94% from 255) = 39.06%
BLUE value IS 61 (24.22% from 255) = 26.18%
R=34.76%
G=39.06%
B=26.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8191610.1100.330.648019.7429.8
Hex515B3DB0214050141e
Octal12113375130411001202436
Binary1010001101101111110110110100001100000010100001010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515B3D; }

 p { color: rgb(81,91,61); }

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

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

 a { background-color: rgb(81,91,61); }

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

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

 span { border-color: rgb(81,91,61); }

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