Html Css Color HEX #515941 Lunar Green

📋 copy color: '#515941'

red 81 ◦ green 89 ◦ blue 65

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

Shades of Lunar Green #515941

Tints of Lunar Green #515941

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.87%

 BLUE value IS 65 (25.78% from 255) = 27.66%

R = 34.47%
G = 37.87%
B = 27.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#515941 (or 0x515941) is known color: Lunar Green. HEX triplet: 51, 59 and 41. RGB value is (81,89,65). Sum of RGB (Red+Green+Blue) = 81+89+65=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 89 - color contains mainly: green. Hex color #515941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515941 is #AEA6BE. Grayscale: #535353. Windows color (decimal): -11445951 or 4282705. OLE color: 4282705.

HSL color Cylindrical-coordinate representation of color #515941: hue angle of 80º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #515941 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 89 65 -
CMYK 0.09 0 0.27 0.65
HSL 80º 0.16% 0.3% -
HSV(B) 80º 0.27% 0.35% -
XYZ 7.92 9.28 6.37 -
YUV 83.87 117.35 125.95 -
System Red Green Blue C M Y K H S L
Decimal 81 89 65 0.09 0 0.27 0.65 80 0.16 0.3
Hex 51 59 41 9 0 1B 41 50 10 1E
Octal 121 131 101 11 0 33 101 120 20 36
Binary 1010001 1011001 1000001 1001 0 11011 1000001 1010000 10000 11110

Color Harmonies of #515941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515941

Black with #515941

Text Example


Text Example

White with #515941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515941; }

 p { color: rgb(81,89,65); }

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

background-color css

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

 a { background-color: rgb(81,89,65); }

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

border-color css

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

 span { border-color: rgb(81,89,65); }

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