#445750

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

Shades of Cape Cod #445750

Tints of Cape Cod #445750

Color information

#445750 (or 0x445750) is unknown color: approx Cape Cod. HEX triplet: 44, 57 and 50. RGB value is (68,87,80). Sum of RGB (Red+Green+Blue) = 68+87+80=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 87 - color contains mainly: green. Hex color #445750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445750 is #BBA8AF. Grayscale: #505050. Windows color (decimal): -12298416 or 5265220. OLE color: 5265220.

HSL color Cylindrical-coordinate representation of color #445750: hue angle of 157.89º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #445750 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB688780-
CMYK0.2200.080.66
HSL157.89º12.26%30.39%-
HSV(B)157.89º21.84%34.12%-
XYZ7.248.628.87-
YUV80.52127.71119.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.94%
GREEN value IS 87 (34.38% from 255) = 37.02%
BLUE value IS 80 (31.64% from 255) = 34.04%
R=28.94%
G=37.02%
B=34.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6887800.2200.080.66157.8912.2630.39
Hex4457501608429ec1e
Octal104127120260101022361436
Binary1000100101011110100001011001000100001010011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445750; }

 p { color: rgb(68,87,80); }

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

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

 a { background-color: rgb(68,87,80); }

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

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

 span { border-color: rgb(68,87,80); }

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