#495350

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

Shades of Cape Cod #495350

Tints of Cape Cod #495350

Color information

#495350 (or 0x495350) is unknown color: approx Cape Cod. HEX triplet: 49, 53 and 50. RGB value is (73,83,80). Sum of RGB (Red+Green+Blue) = 73+83+80=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 83 - color contains mainly: green. Hex color #495350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495350 is #B6ACAF. Grayscale: #4F4F4F. Windows color (decimal): -11971760 or 5264201. OLE color: 5264201.

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

Color convert

RGB738380-
CMYK0.1200.040.67
HSL162º6.41%30.59%-
HSV(B)162º12.05%32.55%-
XYZ7.298.188.78-
YUV79.67128.19123.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.93%
GREEN value IS 83 (32.81% from 255) = 35.17%
BLUE value IS 80 (31.64% from 255) = 33.90%
R=30.93%
G=35.17%
B=33.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7383800.1200.040.671626.4130.59
Hex495350C0443a261f
Octal1111231201404103242637
Binary1001001101001110100001100010010000111010001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495350; }

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

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

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

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

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

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

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

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