Html Css Color HEX #515A40 Lunar Green

📋 copy color: '#515A40'

red 81 ◦ green 90 ◦ blue 64

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

Shades of Lunar Green #515A40

Tints of Lunar Green #515A40

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.3%

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

R = 34.47%
G = 38.3%
B = 27.23%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#515A40 (or 0x515A40) is known color: Lunar Green. HEX triplet: 51, 5A and 40. RGB value is (81,90,64). Sum of RGB (Red+Green+Blue) = 81+90+64=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 90 - color contains mainly: green. Hex color #515A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515A40 is #AEA5BF. Grayscale: #545454. Windows color (decimal): -11445696 or 4217425. OLE color: 4217425.

HSL color Cylindrical-coordinate representation of color #515A40: hue angle of 80.77º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #515A40 is Cyan = 0.1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 90 64 -
CMYK 0.1 0 0.29 0.65
HSL 80.77º 0.17% 0.3% -
HSV(B) 80.77º 0.29% 0.35% -
XYZ 7.97 9.43 6.25 -
YUV 84.35 116.52 125.61 -
System Red Green Blue C M Y K H S L
Decimal 81 90 64 0.1 0 0.29 0.65 80.77 0.17 0.3
Hex 51 5A 40 A 0 1D 41 51 11 1E
Octal 121 132 100 12 0 35 101 121 21 36
Binary 1010001 1011010 1000000 1010 0 11101 1000001 1010001 10001 11110

Color Harmonies of #515A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515A40

Black with #515A40

Text Example


Text Example

White with #515A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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