Html Css Color HEX #50603B Lunar Green

📋 copy color: '#50603B'

red 80 ◦ green 96 ◦ blue 59

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

Shades of Lunar Green #50603B

Tints of Lunar Green #50603B

RGB

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

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

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

R = 34.04%
G = 40.85%
B = 25.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#50603B (or 0x50603B) is known color: Lunar Green. HEX triplet: 50, 60 and 3B. RGB value is (80,96,59). Sum of RGB (Red+Green+Blue) = 80+96+59=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 96 - color contains mainly: green. Hex color #50603B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50603B is #AF9FC4. Grayscale: #575757. Windows color (decimal): -11509701 or 3891280. OLE color: 3891280.

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

Color convert

RGB 80 96 59 -
CMYK 0.17 0 0.39 0.62
HSL 85.95º 0.24% 0.3% -
HSV(B) 85.95º 0.39% 0.38% -
XYZ 8.28 10.39 5.71 -
YUV 87 112.2 123.01 -
System Red Green Blue C M Y K H S L
Decimal 80 96 59 0.17 0 0.39 0.62 85.95 0.24 0.3
Hex 50 60 3B 11 0 27 3E 56 18 1E
Octal 120 140 73 21 0 47 76 126 30 36
Binary 1010000 1100000 111011 10001 0 100111 111110 1010110 11000 11110

Color Harmonies of #50603B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50603B

Black with #50603B

Text Example


Text Example

White with #50603B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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