#495952

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

Shades of Cape Cod #495952

Tints of Cape Cod #495952

Color information

#495952 (or 0x495952) is unknown color: approx Cape Cod. HEX triplet: 49, 59 and 52. RGB value is (73,89,82). Sum of RGB (Red+Green+Blue) = 73+89+82=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 89 - color contains mainly: green. Hex color #495952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495952 is #B6A6AD. Grayscale: #535353. Windows color (decimal): -11970222 or 5396809. OLE color: 5396809.

HSL color Cylindrical-coordinate representation of color #495952: hue angle of 153.75º 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 #495952 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB738982-
CMYK0.1800.080.65
HSL153.75º9.88%31.76%-
HSV(B)153.75º17.98%34.9%-
XYZ7.849.179.34-
YUV83.42127.2120.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.92%
GREEN value IS 89 (35.16% from 255) = 36.48%
BLUE value IS 82 (32.42% from 255) = 33.61%
R=29.92%
G=36.48%
B=33.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7389820.1800.080.65153.759.8831.76
Hex4959521208419aa20
Octal111131122220101012321240
Binary10010011011001101001010010010001000001100110101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495952; }

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

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

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

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

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

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

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

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