Html Css Color HEX #50593C Lunar Green

📋 copy color: '#50593C'

red 80 ◦ green 89 ◦ blue 60

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

Shades of Lunar Green #50593C

Tints of Lunar Green #50593C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.2%

R = 34.93%
G = 38.86%
B = 26.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#50593C (or 0x50593C) is known color: Lunar Green. HEX triplet: 50, 59 and 3C. RGB value is (80,89,60). Sum of RGB (Red+Green+Blue) = 80+89+60=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #50593C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50593C is #AFA6C3. Grayscale: #535353. Windows color (decimal): -11511492 or 3955024. OLE color: 3955024.

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

Color convert

RGB 80 89 60 -
CMYK 0.10 0 0.33 0.65
HSL 78.62º 0.19% 0.29% -
HSV(B) 78.62º 0.33% 0.35% -
XYZ 7.7 9.18 5.64 -
YUV 83 115.02 125.86 -
System Red Green Blue C M Y K H S L
Decimal 80 89 60 0.10 0 0.33 0.65 78.62 0.19 0.29
Hex 50 59 3C A 0 21 41 4F 13 1D
Octal 120 131 74 12 0 41 101 117 23 35
Binary 1010000 1011001 111100 1010 0 100001 1000001 1001111 10011 11101

Color Harmonies of #50593C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50593C

Black with #50593C

Text Example


Text Example

White with #50593C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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