#50534A

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

Shades of Lunar Green #50534A

Tints of Lunar Green #50534A

Color information

#50534A (or 0x50534A) is unknown color: approx Lunar Green. HEX triplet: 50, 53 and 4A. RGB value is (80,83,74). Sum of RGB (Red+Green+Blue) = 80+83+74=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 83 - color contains mainly: green. Hex color #50534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50534A is #AFACB5. Grayscale: #515151. Windows color (decimal): -11513014 or 4870992. OLE color: 4870992.

HSL color Cylindrical-coordinate representation of color #50534A: hue angle of 80º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #50534A is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB808374-
CMYK0.0400.110.67
HSL80º5.73%30.78%-
HSV(B)80º10.84%32.55%-
XYZ7.648.397.69-
YUV81.08124.01127.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.76%
GREEN value IS 83 (32.81% from 255) = 35.02%
BLUE value IS 74 (29.30% from 255) = 31.22%
R=33.76%
G=35.02%
B=31.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8083740.0400.110.67805.7330.78
Hex50534A40B435061f
Octal1201231124013103120637
Binary101000010100111001010100010111000011101000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,83,74); }

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

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

 a { background-color: rgb(80,83,74); }

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

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

 span { border-color: rgb(80,83,74); }

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