Html Css Color HEX #515C40 Lunar Green

📋 copy color: '#515C40'

red 81 ◦ green 92 ◦ blue 64

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

Shades of Lunar Green #515C40

Tints of Lunar Green #515C40

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.82%

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

R = 34.18%
G = 38.82%
B = 27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#515C40 (or 0x515C40) is known color: Lunar Green. HEX triplet: 51, 5C and 40. RGB value is (81,92,64). Sum of RGB (Red+Green+Blue) = 81+92+64=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 92 - color contains mainly: green. Hex color #515C40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515C40 is #AEA3BF. Grayscale: #555555. Windows color (decimal): -11445184 or 4217937. OLE color: 4217937.

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

Color convert

RGB 81 92 64 -
CMYK 0.12 0 0.30 0.64
HSL 83.57º 0.18% 0.31% -
HSV(B) 83.57º 0.3% 0.36% -
XYZ 8.15 9.77 6.31 -
YUV 85.52 115.86 124.78 -
System Red Green Blue C M Y K H S L
Decimal 81 92 64 0.12 0 0.30 0.64 83.57 0.18 0.31
Hex 51 5C 40 C 0 1E 40 54 12 1F
Octal 121 134 100 14 0 36 100 124 22 37
Binary 1010001 1011100 1000000 1100 0 11110 1000000 1010100 10010 11111

Color Harmonies of #515C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515C40

Black with #515C40

Text Example


Text Example

White with #515C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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