Html Css Color HEX #50593B Lunar Green

📋 copy color: '#50593B'

red 80 ◦ green 89 ◦ blue 59

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

Shades of Lunar Green #50593B

Tints of Lunar Green #50593B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.88%

R = 35.09%
G = 39.04%
B = 25.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#50593B (or 0x50593B) is known color: Lunar Green. HEX triplet: 50, 59 and 3B. RGB value is (80,89,59). Sum of RGB (Red+Green+Blue) = 80+89+59=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 89 - color contains mainly: green. Hex color #50593B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50593B is #AFA6C4. Grayscale: #525252. Windows color (decimal): -11511493 or 3889488. OLE color: 3889488.

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

Color convert

RGB 80 89 59 -
CMYK 0.10 0 0.34 0.65
HSL 78º 0.2% 0.29% -
HSV(B) 78º 0.34% 0.35% -
XYZ 7.67 9.17 5.5 -
YUV 82.89 114.52 125.94 -
System Red Green Blue C M Y K H S L
Decimal 80 89 59 0.10 0 0.34 0.65 78 0.2 0.29
Hex 50 59 3B A 0 22 41 4E 14 1D
Octal 120 131 73 12 0 42 101 116 24 35
Binary 1010000 1011001 111011 1010 0 100010 1000001 1001110 10100 11101

Color Harmonies of #50593B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50593B

Black with #50593B

Text Example


Text Example

White with #50593B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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