Html Css Color HEX #515742 Lunar Green

📋 copy color: '#515742'

red 81 ◦ green 87 ◦ blue 66

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

Shades of Lunar Green #515742

Tints of Lunar Green #515742

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.18%

 BLUE value IS 66 (26.17% from 255) = 28.21%

R = 34.62%
G = 37.18%
B = 28.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#515742 (or 0x515742) is known color: Lunar Green. HEX triplet: 51, 57 and 42. RGB value is (81,87,66). Sum of RGB (Red+Green+Blue) = 81+87+66=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 87 - color contains mainly: green. Hex color #515742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515742 is #AEA8BD. Grayscale: #525252. Windows color (decimal): -11446462 or 4347729. OLE color: 4347729.

HSL color Cylindrical-coordinate representation of color #515742: hue angle of 77.14º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #515742 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB 81 87 66 -
CMYK 0.07 0 0.24 0.66
HSL 77.14º 0.14% 0.3% -
HSV(B) 77.14º 0.24% 0.34% -
XYZ 7.78 8.96 6.47 -
YUV 82.81 118.51 126.71 -
System Red Green Blue C M Y K H S L
Decimal 81 87 66 0.07 0 0.24 0.66 77.14 0.14 0.3
Hex 51 57 42 7 0 18 42 4D E 1E
Octal 121 127 102 7 0 30 102 115 16 36
Binary 1010001 1010111 1000010 111 0 11000 1000010 1001101 1110 11110

Color Harmonies of #515742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515742

Black with #515742

Text Example


Text Example

White with #515742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515742; }

 p { color: rgb(81,87,66); }

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

background-color css

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

 a { background-color: rgb(81,87,66); }

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

border-color css

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

 span { border-color: rgb(81,87,66); }

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