Html Css Color HEX #50583E Lunar Green

📋 copy color: '#50583E'

red 80 ◦ green 88 ◦ blue 62

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

Shades of Lunar Green #50583E

Tints of Lunar Green #50583E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.26%

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

R = 34.78%
G = 38.26%
B = 26.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#50583E (or 0x50583E) is known color: Lunar Green. HEX triplet: 50, 58 and 3E. RGB value is (80,88,62). Sum of RGB (Red+Green+Blue) = 80+88+62=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 88 - color contains mainly: green. Hex color #50583E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50583E is #AFA7C1. Grayscale: #525252. Windows color (decimal): -11511746 or 4085840. OLE color: 4085840.

HSL color Cylindrical-coordinate representation of color #50583E: hue angle of 78.46º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #50583E is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 88 62 -
CMYK 0.09 0 0.30 0.65
HSL 78.46º 0.17% 0.29% -
HSV(B) 78.46º 0.3% 0.35% -
XYZ 7.67 9.03 5.9 -
YUV 82.64 116.35 126.11 -
System Red Green Blue C M Y K H S L
Decimal 80 88 62 0.09 0 0.30 0.65 78.46 0.17 0.29
Hex 50 58 3E 9 0 1E 41 4E 11 1D
Octal 120 130 76 11 0 36 101 116 21 35
Binary 1010000 1011000 111110 1001 0 11110 1000001 1001110 10001 11101

Color Harmonies of #50583E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50583E

Black with #50583E

Text Example


Text Example

White with #50583E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50583E; }

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

 H1.HeaderClassName
 {
   color: #50583E;
 }
 .AnyTagClassName
 {
   color: #50583E;
 }
</style>

background-color css

<style>
 a { background-color: #50583E; }

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

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

border-color css

<style>
 span { border-color: #50583E; }

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

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