Html Css Color HEX #505B3E Lunar Green

📋 copy color: '#505B3E'

red 80 ◦ green 91 ◦ blue 62

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

Shades of Lunar Green #505B3E

Tints of Lunar Green #505B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.61%

R = 34.33%
G = 39.06%
B = 26.61%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.64

RGB Variations

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

Color information

#505B3E (or 0x505B3E) is known color: Lunar Green. HEX triplet: 50, 5B and 3E. RGB value is (80,91,62). Sum of RGB (Red+Green+Blue) = 80+91+62=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 91 - color contains mainly: green. Hex color #505B3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505B3E is #AFA4C1. Grayscale: #545454. Windows color (decimal): -11510978 or 4086608. OLE color: 4086608.

HSL color Cylindrical-coordinate representation of color #505B3E: hue angle of 82.76º 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 #505B3E is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 91 62 -
CMYK 0.12 0 0.32 0.64
HSL 82.76º 0.19% 0.3% -
HSV(B) 82.76º 0.32% 0.36% -
XYZ 7.92 9.54 5.98 -
YUV 84.41 115.36 124.86 -
System Red Green Blue C M Y K H S L
Decimal 80 91 62 0.12 0 0.32 0.64 82.76 0.19 0.3
Hex 50 5B 3E C 0 20 40 53 13 1E
Octal 120 133 76 14 0 40 100 123 23 36
Binary 1010000 1011011 111110 1100 0 100000 1000000 1010011 10011 11110

Color Harmonies of #505B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505B3E

Black with #505B3E

Text Example


Text Example

White with #505B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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