Html Css Color HEX #515B40 Lunar Green

📋 copy color: '#515B40'

red 81 ◦ green 91 ◦ blue 64

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

Shades of Lunar Green #515B40

Tints of Lunar Green #515B40

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.56%

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

R = 34.32%
G = 38.56%
B = 27.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#515B40 (or 0x515B40) is known color: Lunar Green. HEX triplet: 51, 5B and 40. RGB value is (81,91,64). Sum of RGB (Red+Green+Blue) = 81+91+64=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 91 (35.94% from 255 or 38.56% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 91 - color contains mainly: green. Hex color #515B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515B40 is #AEA4BF. Grayscale: #555555. Windows color (decimal): -11445440 or 4217681. OLE color: 4217681.

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

Color convert

RGB 81 91 64 -
CMYK 0.11 0 0.30 0.64
HSL 82.22º 0.17% 0.3% -
HSV(B) 82.22º 0.3% 0.36% -
XYZ 8.06 9.6 6.28 -
YUV 84.93 116.19 125.2 -
System Red Green Blue C M Y K H S L
Decimal 81 91 64 0.11 0 0.30 0.64 82.22 0.17 0.3
Hex 51 5B 40 B 0 1E 40 52 11 1E
Octal 121 133 100 13 0 36 100 122 21 36
Binary 1010001 1011011 1000000 1011 0 11110 1000000 1010010 10001 11110

Color Harmonies of #515B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515B40

Black with #515B40

Text Example


Text Example

White with #515B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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