Html Css Color HEX #505843 Lunar Green

📋 copy color: '#505843'

red 80 ◦ green 88 ◦ blue 67

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

Shades of Lunar Green #505843

Tints of Lunar Green #505843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 28.51%

R = 34.04%
G = 37.45%
B = 28.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.24

 K value IS 0.65

RGB Variations

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

Color information

#505843 (or 0x505843) is known color: Lunar Green. HEX triplet: 50, 58 and 43. RGB value is (80,88,67). Sum of RGB (Red+Green+Blue) = 80+88+67=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 88 - color contains mainly: green. Hex color #505843 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505843 is #AFA7BC. Grayscale: #535353. Windows color (decimal): -11511741 or 4413520. OLE color: 4413520.

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

Color convert

RGB 80 88 67 -
CMYK 0.09 0 0.24 0.65
HSL 82.86º 0.14% 0.3% -
HSV(B) 82.86º 0.24% 0.35% -
XYZ 7.81 9.09 6.65 -
YUV 83.21 118.85 125.71 -
System Red Green Blue C M Y K H S L
Decimal 80 88 67 0.09 0 0.24 0.65 82.86 0.14 0.3
Hex 50 58 43 9 0 18 41 53 E 1E
Octal 120 130 103 11 0 30 101 123 16 36
Binary 1010000 1011000 1000011 1001 0 11000 1000001 1010011 1110 11110

Color Harmonies of #505843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505843

Black with #505843

Text Example


Text Example

White with #505843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505843; }

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

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

background-color css

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

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

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

border-color css

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

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

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