Html Css Color HEX #505941 Lunar Green

📋 copy color: '#505941'

red 80 ◦ green 89 ◦ blue 65

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

Shades of Lunar Green #505941

Tints of Lunar Green #505941

RGB

 RED value IS 80 (31.64% from 255) = 34.19%

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

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

R = 34.19%
G = 38.03%
B = 27.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#505941 (or 0x505941) is known color: Lunar Green. HEX triplet: 50, 59 and 41. RGB value is (80,89,65). Sum of RGB (Red+Green+Blue) = 80+89+65=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 89 - color contains mainly: green. Hex color #505941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505941 is #AFA6BE. Grayscale: #535353. Windows color (decimal): -11511487 or 4282704. OLE color: 4282704.

HSL color Cylindrical-coordinate representation of color #505941: hue angle of 82.5º 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 #505941 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 89 65 -
CMYK 0.10 0 0.27 0.65
HSL 82.5º 0.16% 0.3% -
HSV(B) 82.5º 0.27% 0.35% -
XYZ 7.83 9.23 6.37 -
YUV 83.57 117.52 125.45 -
System Red Green Blue C M Y K H S L
Decimal 80 89 65 0.10 0 0.27 0.65 82.5 0.16 0.3
Hex 50 59 41 A 0 1B 41 52 10 1E
Octal 120 131 101 12 0 33 101 122 20 36
Binary 1010000 1011001 1000001 1010 0 11011 1000001 1010010 10000 11110

Color Harmonies of #505941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505941

Black with #505941

Text Example


Text Example

White with #505941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505941; }

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

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

background-color css

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

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

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

border-color css

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

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

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