#50603A

Color #50603A Lunar Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lunar Green #50603A

Tints of Lunar Green #50603A

Color information

#50603A (or 0x50603A) is unknown color: approx Lunar Green. HEX triplet: 50, 60 and 3A. RGB value is (80,96,58). Sum of RGB (Red+Green+Blue) = 80+96+58=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #50603A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50603A is #AF9FC5. Grayscale: #575757. Windows color (decimal): -11509702 or 3825744. OLE color: 3825744.

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

Color convert

RGB809658-
CMYK0.1700.400.62
HSL85.26º24.68%30.2%-
HSV(B)85.26º39.58%37.65%-
XYZ8.2510.385.57-
YUV86.88111.7123.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.19%
GREEN value IS 96 (37.89% from 255) = 41.03%
BLUE value IS 58 (23.05% from 255) = 24.79%
R=34.19%
G=41.03%
B=24.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096580.1700.400.6285.2624.6830.2
Hex50603A110283E55191e
Octal1201407221050761253136
Binary1010000110000011101010001010100011111010101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50603A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50603A;
 }
 .AnyTagClassName
 {
   color: #50603A;
 }
</style>
background-color css

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

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

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

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

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

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