Html Css Color HEX #505347 Lunar Green

📋 copy color: '#505347'

red 80 ◦ green 83 ◦ blue 71

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

Shades of Lunar Green #505347

Tints of Lunar Green #505347

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.47%

 BLUE value IS 71 (28.13% from 255) = 30.34%

R = 34.19%
G = 35.47%
B = 30.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#505347 (or 0x505347) is known color: Lunar Green. HEX triplet: 50, 53 and 47. RGB value is (80,83,71). Sum of RGB (Red+Green+Blue) = 80+83+71=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 83 - color contains mainly: green. Hex color #505347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505347 is #AFACB8. Grayscale: #505050. Windows color (decimal): -11513017 or 4674384. OLE color: 4674384.

HSL color Cylindrical-coordinate representation of color #505347: hue angle of 75º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #505347 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 83 71 -
CMYK 0.04 0 0.14 0.67
HSL 75º 0.08% 0.3% -
HSV(B) 75º 0.14% 0.33% -
XYZ 7.54 8.35 7.18 -
YUV 80.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 80 83 71 0.04 0 0.14 0.67 75 0.08 0.3
Hex 50 53 47 4 0 E 43 4B 8 1E
Octal 120 123 107 4 0 16 103 113 10 36
Binary 1010000 1010011 1000111 100 0 1110 1000011 1001011 1000 11110

Color Harmonies of #505347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505347

Black with #505347

Text Example


Text Example

White with #505347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505347; }

 p { color: rgb(80,83,71); }

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

background-color css

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

 a { background-color: rgb(80,83,71); }

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

border-color css

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

 span { border-color: rgb(80,83,71); }

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