#508160

Color #508160 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #508160

Tints of Como #508160

Color information

#508160 (or 0x508160) is unknown color: approx Como. HEX triplet: 50, 81 and 60. RGB value is (80,129,96). Sum of RGB (Red+Green+Blue) = 80+129+96=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #508160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508160 is #AF7E9F. Grayscale: #6E6E6E. Windows color (decimal): -11501216 or 6324560. OLE color: 6324560.

HSL color Cylindrical-coordinate representation of color #508160: hue angle of 139.59º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #508160 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB8012996-
CMYK0.3800.260.49
HSL139.59º23.44%40.98%-
HSV(B)139.59º37.98%50.59%-
XYZ13.2718.2513.89-
YUV110.59119.77106.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.23%
GREEN value IS 129 (50.78% from 255) = 42.30%
BLUE value IS 96 (37.89% from 255) = 31.48%
R=26.23%
G=42.30%
B=31.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80129960.3800.260.49139.5923.4440.98
Hex5081602601A318c1729
Octal12020114046032612142751
Binary10100001000000111000001001100110101100011000110010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508160; }

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

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

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

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

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

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

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

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