#50695A

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

Shades of Mineral Green #50695A

Tints of Mineral Green #50695A

Color information

#50695A (or 0x50695A) is unknown color: approx Mineral Green. HEX triplet: 50, 69 and 5A. RGB value is (80,105,90). Sum of RGB (Red+Green+Blue) = 80+105+90=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 105 - color contains mainly: green. Hex color #50695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50695A is #AF96A5. Grayscale: #5F5F5F. Windows color (decimal): -11507366 or 5925200. OLE color: 5925200.

HSL color Cylindrical-coordinate representation of color #50695A: hue angle of 144º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #50695A is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB8010590-
CMYK0.2400.140.59
HSL144º13.51%36.27%-
HSV(B)144º23.81%41.18%-
XYZ10.2112.5511.56-
YUV95.82124.72116.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 105 (41.41% from 255) = 38.18%
BLUE value IS 90 (35.55% from 255) = 32.73%
R=29.09%
G=38.18%
B=32.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80105900.2400.140.5914413.5136.27
Hex50695A180E3B90e24
Octal12015113230016732201644
Binary1010000110100110110101100001110111011100100001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,105,90); }

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

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

 a { background-color: rgb(80,105,90); }

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

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

 span { border-color: rgb(80,105,90); }

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