Html Css Color HEX #505C3F Lunar Green

📋 copy color: '#505C3F'

red 80 ◦ green 92 ◦ blue 63

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

Shades of Lunar Green #505C3F

Tints of Lunar Green #505C3F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 39.15%

 BLUE value IS 63 (25% from 255) = 26.81%

R = 34.04%
G = 39.15%
B = 26.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.64

RGB Variations

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

Color information

#505C3F (or 0x505C3F) is known color: Lunar Green. HEX triplet: 50, 5C and 3F. RGB value is (80,92,63). Sum of RGB (Red+Green+Blue) = 80+92+63=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 92 - color contains mainly: green. Hex color #505C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505C3F is #AFA3C0. Grayscale: #555555. Windows color (decimal): -11510721 or 4152400. OLE color: 4152400.

HSL color Cylindrical-coordinate representation of color #505C3F: hue angle of 84.83º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #505C3F is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 92 63 -
CMYK 0.13 0 0.32 0.64
HSL 84.83º 0.19% 0.3% -
HSV(B) 84.83º 0.32% 0.36% -
XYZ 8.03 9.72 6.16 -
YUV 85.11 115.52 124.36 -
System Red Green Blue C M Y K H S L
Decimal 80 92 63 0.13 0 0.32 0.64 84.83 0.19 0.3
Hex 50 5C 3F D 0 20 40 55 13 1E
Octal 120 134 77 15 0 40 100 125 23 36
Binary 1010000 1011100 111111 1101 0 100000 1000000 1010101 10011 11110

Color Harmonies of #505C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505C3F

Black with #505C3F

Text Example


Text Example

White with #505C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505C3F; }

 p { color: rgb(80,92,63); }

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

background-color css

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

 a { background-color: rgb(80,92,63); }

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

border-color css

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

 span { border-color: rgb(80,92,63); }

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