#495852

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

Shades of Cape Cod #495852

Tints of Cape Cod #495852

Color information

#495852 (or 0x495852) is unknown color: approx Cape Cod. HEX triplet: 49, 58 and 52. RGB value is (73,88,82). Sum of RGB (Red+Green+Blue) = 73+88+82=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 88 - color contains mainly: green. Hex color #495852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495852 is #B6A7AD. Grayscale: #525252. Windows color (decimal): -11970478 or 5396553. OLE color: 5396553.

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

Color convert

RGB738882-
CMYK0.1700.070.65
HSL156º9.32%31.57%-
HSV(B)156º17.05%34.51%-
XYZ7.769.019.31-
YUV82.83127.53120.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.04%
GREEN value IS 88 (34.77% from 255) = 36.21%
BLUE value IS 82 (32.42% from 255) = 33.74%
R=30.04%
G=36.21%
B=33.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7388820.1700.070.651569.3231.57
Hex4958521107419c920
Octal11113012221071012341140
Binary1001001101100010100101000101111000001100111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495852; }

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

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

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

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

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

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

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

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