Html Css Color HEX #50583B Lunar Green

📋 copy color: '#50583B'

red 80 ◦ green 88 ◦ blue 59

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

Shades of Lunar Green #50583B

Tints of Lunar Green #50583B

RGB

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

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

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

R = 35.24%
G = 38.77%
B = 25.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#50583B (or 0x50583B) is known color: Lunar Green. HEX triplet: 50, 58 and 3B. RGB value is (80,88,59). Sum of RGB (Red+Green+Blue) = 80+88+59=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 88 - color contains mainly: green. Hex color #50583B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50583B is #AFA7C4. Grayscale: #525252. Windows color (decimal): -11511749 or 3889232. OLE color: 3889232.

HSL color Cylindrical-coordinate representation of color #50583B: hue angle of 76.55º degrees, saturation: 0.2, 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 #50583B is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 88 59 -
CMYK 0.09 0 0.33 0.65
HSL 76.55º 0.2% 0.29% -
HSV(B) 76.55º 0.33% 0.35% -
XYZ 7.59 9 5.48 -
YUV 82.3 114.85 126.36 -
System Red Green Blue C M Y K H S L
Decimal 80 88 59 0.09 0 0.33 0.65 76.55 0.2 0.29
Hex 50 58 3B 9 0 21 41 4D 14 1D
Octal 120 130 73 11 0 41 101 115 24 35
Binary 1010000 1011000 111011 1001 0 100001 1000001 1001101 10100 11101

Color Harmonies of #50583B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50583B

Black with #50583B

Text Example


Text Example

White with #50583B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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