Html Css Color HEX #505746 Lunar Green

📋 copy color: '#505746'

red 80 ◦ green 87 ◦ blue 70

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

Shades of Lunar Green #505746

Tints of Lunar Green #505746

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.71%

 BLUE value IS 70 (27.73% from 255) = 29.54%

R = 33.76%
G = 36.71%
B = 29.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#505746 (or 0x505746) is known color: Lunar Green. HEX triplet: 50, 57 and 46. RGB value is (80,87,70). Sum of RGB (Red+Green+Blue) = 80+87+70=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 87 - color contains mainly: green. Hex color #505746 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505746 is #AFA8B9. Grayscale: #535353. Windows color (decimal): -11511994 or 4609872. OLE color: 4609872.

HSL color Cylindrical-coordinate representation of color #505746: hue angle of 84.71º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #505746 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 87 70 -
CMYK 0.08 0 0.20 0.66
HSL 84.71º 0.11% 0.31% -
HSV(B) 84.71º 0.2% 0.34% -
XYZ 7.82 8.96 7.11 -
YUV 82.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 80 87 70 0.08 0 0.20 0.66 84.71 0.11 0.31
Hex 50 57 46 8 0 14 42 55 B 1F
Octal 120 127 106 10 0 24 102 125 13 37
Binary 1010000 1010111 1000110 1000 0 10100 1000010 1010101 1011 11111

Color Harmonies of #505746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505746

Black with #505746

Text Example


Text Example

White with #505746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505746; }

 p { color: rgb(80,87,70); }

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

background-color css

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

 a { background-color: rgb(80,87,70); }

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

border-color css

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

 span { border-color: rgb(80,87,70); }

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