Html Css Color HEX #505646 Lunar Green

📋 copy color: '#505646'

red 80 ◦ green 86 ◦ blue 70

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

Shades of Lunar Green #505646

Tints of Lunar Green #505646

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.44%

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

R = 33.9%
G = 36.44%
B = 29.66%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.66

RGB Variations

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

Color information

#505646 (or 0x505646) is known color: Lunar Green. HEX triplet: 50, 56 and 46. RGB value is (80,86,70). Sum of RGB (Red+Green+Blue) = 80+86+70=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 86 - color contains mainly: green. Hex color #505646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505646 is #AFA9B9. Grayscale: #525252. Windows color (decimal): -11512250 or 4609616. OLE color: 4609616.

HSL color Cylindrical-coordinate representation of color #505646: hue angle of 82.5º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #505646 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 86 70 -
CMYK 0.07 0 0.19 0.66
HSL 82.5º 0.1% 0.31% -
HSV(B) 82.5º 0.19% 0.34% -
XYZ 7.74 8.8 7.09 -
YUV 82.38 121.01 126.3 -
System Red Green Blue C M Y K H S L
Decimal 80 86 70 0.07 0 0.19 0.66 82.5 0.1 0.31
Hex 50 56 46 7 0 13 42 52 A 1F
Octal 120 126 106 7 0 23 102 122 12 37
Binary 1010000 1010110 1000110 111 0 10011 1000010 1010010 1010 11111

Color Harmonies of #505646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505646

Black with #505646

Text Example


Text Example

White with #505646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505646; }

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

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

background-color css

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

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

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

border-color css

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

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

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