Html Css Color HEX #505841 Lunar Green

📋 copy color: '#505841'

red 80 ◦ green 88 ◦ blue 65

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

Shades of Lunar Green #505841

Tints of Lunar Green #505841

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.77%

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

R = 34.33%
G = 37.77%
B = 27.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#505841 (or 0x505841) is known color: Lunar Green. HEX triplet: 50, 58 and 41. RGB value is (80,88,65). Sum of RGB (Red+Green+Blue) = 80+88+65=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 65 (25.78% from 255 or 27.90% from 233); Max value from RGB is 88 - color contains mainly: green. Hex color #505841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505841 is #AFA7BE. Grayscale: #535353. Windows color (decimal): -11511743 or 4282448. OLE color: 4282448.

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

Color convert

RGB 80 88 65 -
CMYK 0.09 0 0.26 0.65
HSL 80.87º 0.15% 0.3% -
HSV(B) 80.87º 0.26% 0.35% -
XYZ 7.75 9.07 6.34 -
YUV 82.99 117.85 125.87 -
System Red Green Blue C M Y K H S L
Decimal 80 88 65 0.09 0 0.26 0.65 80.87 0.15 0.3
Hex 50 58 41 9 0 1A 41 51 F 1E
Octal 120 130 101 11 0 32 101 121 17 36
Binary 1010000 1011000 1000001 1001 0 11010 1000001 1010001 1111 11110

Color Harmonies of #505841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505841

Black with #505841

Text Example


Text Example

White with #505841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505841; }

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

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

background-color css

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

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

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

border-color css

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

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

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