#475650

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

Shades of Cape Cod #475650

Tints of Cape Cod #475650

Color information

#475650 (or 0x475650) is unknown color: approx Cape Cod. HEX triplet: 47, 56 and 50. RGB value is (71,86,80). Sum of RGB (Red+Green+Blue) = 71+86+80=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 86 - color contains mainly: green. Hex color #475650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475650 is #B8A9AF. Grayscale: #505050. Windows color (decimal): -12102064 or 5264967. OLE color: 5264967.

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

Color convert

RGB718680-
CMYK0.1700.070.66
HSL156º9.55%30.78%-
HSV(B)156º17.44%33.73%-
XYZ7.378.578.86-
YUV80.83127.53120.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.96%
GREEN value IS 86 (33.98% from 255) = 36.29%
BLUE value IS 80 (31.64% from 255) = 33.76%
R=29.96%
G=36.29%
B=33.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7186800.1700.070.661569.5530.78
Hex4756501107429ca1f
Octal10712612021071022341237
Binary100011110101101010000100010111100001010011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475650; }

 p { color: rgb(71,86,80); }

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

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

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

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

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

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

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