Html Css Color HEX #515E40 Lunar Green

📋 copy color: '#515E40'

red 81 ◦ green 94 ◦ blue 64

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

Shades of Lunar Green #515E40

Tints of Lunar Green #515E40

RGB

 RED value IS 81 (32.03% from 255) = 33.89%

 GREEN value IS 94 (37.11% from 255) = 39.33%

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

R = 33.89%
G = 39.33%
B = 26.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.63

RGB Variations

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

Color information

#515E40 (or 0x515E40) is known color: Lunar Green. HEX triplet: 51, 5E and 40. RGB value is (81,94,64). Sum of RGB (Red+Green+Blue) = 81+94+64=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 94 - color contains mainly: green. Hex color #515E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515E40 is #AEA1BF. Grayscale: #565656. Windows color (decimal): -11444672 or 4218449. OLE color: 4218449.

HSL color Cylindrical-coordinate representation of color #515E40: hue angle of 86º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #515E40 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.

Color convert

RGB 81 94 64 -
CMYK 0.14 0 0.32 0.63
HSL 86º 0.19% 0.31% -
HSV(B) 86º 0.32% 0.37% -
XYZ 8.32 10.12 6.37 -
YUV 86.69 115.19 123.94 -
System Red Green Blue C M Y K H S L
Decimal 81 94 64 0.14 0 0.32 0.63 86 0.19 0.31
Hex 51 5E 40 E 0 20 3F 56 13 1F
Octal 121 136 100 16 0 40 77 126 23 37
Binary 1010001 1011110 1000000 1110 0 100000 111111 1010110 10011 11111

Color Harmonies of #515E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515E40

Black with #515E40

Text Example


Text Example

White with #515E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,94,64); }

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

background-color css

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

 a { background-color: rgb(81,94,64); }

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

border-color css

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

 span { border-color: rgb(81,94,64); }

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