Html Css Color HEX #505644 Lunar Green

📋 copy color: '#505644'

red 80 ◦ green 86 ◦ blue 68

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

Shades of Lunar Green #505644

Tints of Lunar Green #505644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 29.06%

R = 34.19%
G = 36.75%
B = 29.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.66

RGB Variations

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

Color information

#505644 (or 0x505644) is known color: Lunar Green. HEX triplet: 50, 56 and 44. RGB value is (80,86,68). Sum of RGB (Red+Green+Blue) = 80+86+68=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 86 - color contains mainly: green. Hex color #505644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505644 is #AFA9BB. Grayscale: #525252. Windows color (decimal): -11512252 or 4478544. OLE color: 4478544.

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

Color convert

RGB 80 86 68 -
CMYK 0.07 0 0.21 0.66
HSL 80º 0.12% 0.3% -
HSV(B) 80º 0.21% 0.34% -
XYZ 7.68 8.78 6.76 -
YUV 82.15 120.01 126.46 -
System Red Green Blue C M Y K H S L
Decimal 80 86 68 0.07 0 0.21 0.66 80 0.12 0.3
Hex 50 56 44 7 0 15 42 50 C 1E
Octal 120 126 104 7 0 25 102 120 14 36
Binary 1010000 1010110 1000100 111 0 10101 1000010 1010000 1100 11110

Color Harmonies of #505644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505644

Black with #505644

Text Example


Text Example

White with #505644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505644; }

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

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

background-color css

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

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

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

border-color css

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

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

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