#495656

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

Shades of Mako #495656

Tints of Mako #495656

Color information

#495656 (or 0x495656) is unknown color: approx Mako. HEX triplet: 49, 56 and 56. RGB value is (73,86,86). Sum of RGB (Red+Green+Blue) = 73+86+86=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 86 - color contains mainly: green, blue. Hex color #495656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495656 is #B6A9A9. Grayscale: #525252. Windows color (decimal): -11970986 or 5658185. OLE color: 5658185.

HSL color Cylindrical-coordinate representation of color #495656: hue angle of 180º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #495656 is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB738686-
CMYK0.15000.66
HSL180º8.18%31.18%-
HSV(B)180º15.12%33.73%-
XYZ7.768.7410.08-
YUV82.11130.19121.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.80%
GREEN value IS 86 (33.98% from 255) = 35.10%
BLUE value IS 86 (33.98% from 255) = 35.10%
R=29.80%
G=35.10%
B=35.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7386860.15000.661808.1831.18
Hex495656F0042b481f
Octal11112612617001022641037
Binary100100110101101010110111100100001010110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495656; }

 p { color: rgb(73,86,86); }

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

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

 a { background-color: rgb(73,86,86); }

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

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

 span { border-color: rgb(73,86,86); }

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