Html Css Color HEX #505839 Lunar Green

📋 copy color: '#505839'

red 80 ◦ green 88 ◦ blue 57

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

Shades of Lunar Green #505839

Tints of Lunar Green #505839

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25.33%

R = 35.56%
G = 39.11%
B = 25.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#505839 (or 0x505839) is known color: Lunar Green. HEX triplet: 50, 58 and 39. RGB value is (80,88,57). Sum of RGB (Red+Green+Blue) = 80+88+57=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #505839 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505839 is #AFA7C6. Grayscale: #525252. Windows color (decimal): -11511751 or 3758160. OLE color: 3758160.

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

Color convert

RGB 80 88 57 -
CMYK 0.09 0 0.35 0.65
HSL 75.48º 0.21% 0.28% -
HSV(B) 75.48º 0.35% 0.35% -
XYZ 7.54 8.98 5.21 -
YUV 82.07 113.85 126.52 -
System Red Green Blue C M Y K H S L
Decimal 80 88 57 0.09 0 0.35 0.65 75.48 0.21 0.28
Hex 50 58 39 9 0 23 41 4B 15 1C
Octal 120 130 71 11 0 43 101 113 25 34
Binary 1010000 1011000 111001 1001 0 100011 1000001 1001011 10101 11100

Color Harmonies of #505839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505839

Black with #505839

Text Example


Text Example

White with #505839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505839; }

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

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

background-color css

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

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

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

border-color css

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

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

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