Html Css Color HEX #50593A Lunar Green

📋 copy color: '#50593A'

red 80 ◦ green 89 ◦ blue 58

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

Shades of Lunar Green #50593A

Tints of Lunar Green #50593A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.21%

 BLUE value IS 58 (23.05% from 255) = 25.55%

R = 35.24%
G = 39.21%
B = 25.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#50593A (or 0x50593A) is known color: Lunar Green. HEX triplet: 50, 59 and 3A. RGB value is (80,89,58). Sum of RGB (Red+Green+Blue) = 80+89+58=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 89 - color contains mainly: green. Hex color #50593A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50593A is #AFA6C5. Grayscale: #525252. Windows color (decimal): -11511494 or 3823952. OLE color: 3823952.

HSL color Cylindrical-coordinate representation of color #50593A: hue angle of 77.42º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50593A is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 89 58 -
CMYK 0.10 0 0.35 0.65
HSL 77.42º 0.21% 0.29% -
HSV(B) 77.42º 0.35% 0.35% -
XYZ 7.64 9.16 5.37 -
YUV 82.78 114.02 126.02 -
System Red Green Blue C M Y K H S L
Decimal 80 89 58 0.10 0 0.35 0.65 77.42 0.21 0.29
Hex 50 59 3A A 0 23 41 4D 15 1D
Octal 120 131 72 12 0 43 101 115 25 35
Binary 1010000 1011001 111010 1010 0 100011 1000001 1001101 10101 11101

Color Harmonies of #50593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50593A

Black with #50593A

Text Example


Text Example

White with #50593A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50593A; }

 p { color: rgb(80,89,58); }

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

background-color css

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

 a { background-color: rgb(80,89,58); }

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

border-color css

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

 span { border-color: rgb(80,89,58); }

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