Html Css Color HEX #505B41 Lunar Green

📋 copy color: '#505B41'

red 80 ◦ green 91 ◦ blue 65

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

Shades of Lunar Green #505B41

Tints of Lunar Green #505B41

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.56%

 BLUE value IS 65 (25.78% from 255) = 27.54%

R = 33.9%
G = 38.56%
B = 27.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.64

RGB Variations

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

Color information

#505B41 (or 0x505B41) is known color: Lunar Green. HEX triplet: 50, 5B and 41. RGB value is (80,91,65). Sum of RGB (Red+Green+Blue) = 80+91+65=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 91 (35.94% from 255 or 38.56% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 91 - color contains mainly: green. Hex color #505B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505B41 is #AFA4BE. Grayscale: #545454. Windows color (decimal): -11510975 or 4283216. OLE color: 4283216.

HSL color Cylindrical-coordinate representation of color #505B41: hue angle of 85.38º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #505B41 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 91 65 -
CMYK 0.12 0 0.29 0.64
HSL 85.38º 0.17% 0.31% -
HSV(B) 85.38º 0.29% 0.36% -
XYZ 8 9.57 6.43 -
YUV 84.75 116.86 124.61 -
System Red Green Blue C M Y K H S L
Decimal 80 91 65 0.12 0 0.29 0.64 85.38 0.17 0.31
Hex 50 5B 41 C 0 1D 40 55 11 1F
Octal 120 133 101 14 0 35 100 125 21 37
Binary 1010000 1011011 1000001 1100 0 11101 1000000 1010101 10001 11111

Color Harmonies of #505B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505B41

Black with #505B41

Text Example


Text Example

White with #505B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,91,65); }

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

background-color css

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

 a { background-color: rgb(80,91,65); }

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

border-color css

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

 span { border-color: rgb(80,91,65); }

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