Html Css Color HEX #515642 Lunar Green

📋 copy color: '#515642'

red 81 ◦ green 86 ◦ blue 66

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

Shades of Lunar Green #515642

Tints of Lunar Green #515642

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.91%

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

R = 34.76%
G = 36.91%
B = 28.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#515642 (or 0x515642) is known color: Lunar Green. HEX triplet: 51, 56 and 42. RGB value is (81,86,66). Sum of RGB (Red+Green+Blue) = 81+86+66=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 86 - color contains mainly: green. Hex color #515642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515642 is #AEA9BD. Grayscale: #525252. Windows color (decimal): -11446718 or 4347473. OLE color: 4347473.

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

Color convert

RGB 81 86 66 -
CMYK 0.06 0 0.23 0.66
HSL 75º 0.13% 0.3% -
HSV(B) 75º 0.23% 0.34% -
XYZ 7.7 8.8 6.45 -
YUV 82.23 118.84 127.13 -
System Red Green Blue C M Y K H S L
Decimal 81 86 66 0.06 0 0.23 0.66 75 0.13 0.3
Hex 51 56 42 6 0 17 42 4B D 1E
Octal 121 126 102 6 0 27 102 113 15 36
Binary 1010001 1010110 1000010 110 0 10111 1000010 1001011 1101 11110

Color Harmonies of #515642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515642

Black with #515642

Text Example


Text Example

White with #515642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515642; }

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

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

background-color css

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

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

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

border-color css

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

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

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