#495951

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

Shades of Cape Cod #495951

Tints of Cape Cod #495951

Color information

#495951 (or 0x495951) is unknown color: approx Cape Cod. HEX triplet: 49, 59 and 51. RGB value is (73,89,81). Sum of RGB (Red+Green+Blue) = 73+89+81=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 89 - color contains mainly: green. Hex color #495951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495951 is #B6A6AE. Grayscale: #535353. Windows color (decimal): -11970223 or 5331273. OLE color: 5331273.

HSL color Cylindrical-coordinate representation of color #495951: hue angle of 150º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #495951 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB738981-
CMYK0.1800.090.65
HSL150º9.88%31.76%-
HSV(B)150º17.98%34.9%-
XYZ7.819.169.14-
YUV83.3126.7120.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.04%
GREEN value IS 89 (35.16% from 255) = 36.63%
BLUE value IS 81 (32.03% from 255) = 33.33%
R=30.04%
G=36.63%
B=33.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7389810.1800.090.651509.8831.76
Hex49595112094196a20
Octal111131121220111012261240
Binary10010011011001101000110010010011000001100101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495951; }

 p { color: rgb(73,89,81); }

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

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

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

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

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

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

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