Html Css Color HEX #50583C Lunar Green

📋 copy color: '#50583C'

red 80 ◦ green 88 ◦ blue 60

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

Shades of Lunar Green #50583C

Tints of Lunar Green #50583C

RGB

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

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

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

R = 35.09%
G = 38.6%
B = 26.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#50583C (or 0x50583C) is known color: Lunar Green. HEX triplet: 50, 58 and 3C. RGB value is (80,88,60). Sum of RGB (Red+Green+Blue) = 80+88+60=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 88 - color contains mainly: green. Hex color #50583C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50583C is #AFA7C3. Grayscale: #525252. Windows color (decimal): -11511748 or 3954768. OLE color: 3954768.

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

Color convert

RGB 80 88 60 -
CMYK 0.09 0 0.32 0.65
HSL 77.14º 0.19% 0.29% -
HSV(B) 77.14º 0.32% 0.35% -
XYZ 7.61 9.01 5.61 -
YUV 82.42 115.35 126.28 -
System Red Green Blue C M Y K H S L
Decimal 80 88 60 0.09 0 0.32 0.65 77.14 0.19 0.29
Hex 50 58 3C 9 0 20 41 4D 13 1D
Octal 120 130 74 11 0 40 101 115 23 35
Binary 1010000 1011000 111100 1001 0 100000 1000001 1001101 10011 11101

Color Harmonies of #50583C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50583C

Black with #50583C

Text Example


Text Example

White with #50583C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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