Html Css Color HEX #505744 Lunar Green

📋 copy color: '#505744'

red 80 ◦ green 87 ◦ blue 68

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

Shades of Lunar Green #505744

Tints of Lunar Green #505744

RGB

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

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

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

R = 34.04%
G = 37.02%
B = 28.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.66

RGB Variations

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

Color information

#505744 (or 0x505744) is known color: Lunar Green. HEX triplet: 50, 57 and 44. RGB value is (80,87,68). Sum of RGB (Red+Green+Blue) = 80+87+68=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 87 - color contains mainly: green. Hex color #505744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505744 is #AFA8BB. Grayscale: #525252. Windows color (decimal): -11511996 or 4478800. OLE color: 4478800.

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

Color convert

RGB 80 87 68 -
CMYK 0.08 0 0.22 0.66
HSL 82.11º 0.12% 0.3% -
HSV(B) 82.11º 0.22% 0.34% -
XYZ 7.76 8.94 6.79 -
YUV 82.74 119.68 126.04 -
System Red Green Blue C M Y K H S L
Decimal 80 87 68 0.08 0 0.22 0.66 82.11 0.12 0.3
Hex 50 57 44 8 0 16 42 52 C 1E
Octal 120 127 104 10 0 26 102 122 14 36
Binary 1010000 1010111 1000100 1000 0 10110 1000010 1010010 1100 11110

Color Harmonies of #505744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505744

Black with #505744

Text Example


Text Example

White with #505744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505744; }

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

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

background-color css

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

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

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

border-color css

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

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

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