Html Css Color HEX #50603C Lunar Green

📋 copy color: '#50603C'

red 80 ◦ green 96 ◦ blue 60

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

Shades of Lunar Green #50603C

Tints of Lunar Green #50603C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.68%

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

R = 33.9%
G = 40.68%
B = 25.42%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#50603C (or 0x50603C) is known color: Lunar Green. HEX triplet: 50, 60 and 3C. RGB value is (80,96,60). Sum of RGB (Red+Green+Blue) = 80+96+60=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 96 - color contains mainly: green. Hex color #50603C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50603C is #AF9FC3. Grayscale: #575757. Windows color (decimal): -11509700 or 3956816. OLE color: 3956816.

HSL color Cylindrical-coordinate representation of color #50603C: hue angle of 86.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #50603C is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 96 60 -
CMYK 0.17 0 0.38 0.62
HSL 86.67º 0.23% 0.31% -
HSV(B) 86.67º 0.38% 0.38% -
XYZ 8.31 10.4 5.84 -
YUV 87.11 112.7 122.93 -
System Red Green Blue C M Y K H S L
Decimal 80 96 60 0.17 0 0.38 0.62 86.67 0.23 0.31
Hex 50 60 3C 11 0 26 3E 57 17 1F
Octal 120 140 74 21 0 46 76 127 27 37
Binary 1010000 1100000 111100 10001 0 100110 111110 1010111 10111 11111

Color Harmonies of #50603C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50603C

Black with #50603C

Text Example


Text Example

White with #50603C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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