#445851

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

Shades of Cape Cod #445851

Tints of Cape Cod #445851

Color information

#445851 (or 0x445851) is unknown color: approx Cape Cod. HEX triplet: 44, 58 and 51. RGB value is (68,88,81). Sum of RGB (Red+Green+Blue) = 68+88+81=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 81 (32.03% from 255 or 34.18% from 237); Max value from RGB is 88 - color contains mainly: green. Hex color #445851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445851 is #BBA7AE. Grayscale: #515151. Windows color (decimal): -12298159 or 5331012. OLE color: 5331012.

HSL color Cylindrical-coordinate representation of color #445851: hue angle of 159º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #445851 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB688881-
CMYK0.2300.080.65
HSL159º12.82%30.59%-
HSV(B)159º22.73%34.51%-
XYZ7.368.89.1-
YUV81.22127.87118.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.69%
GREEN value IS 88 (34.77% from 255) = 37.13%
BLUE value IS 81 (32.03% from 255) = 34.18%
R=28.69%
G=37.13%
B=34.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6888810.2300.080.6515912.8230.59
Hex4458511708419fd1f
Octal104130121270101012371537
Binary1000100101100010100011011101000100000110011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445851; }

 p { color: rgb(68,88,81); }

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

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

 a { background-color: rgb(68,88,81); }

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

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

 span { border-color: rgb(68,88,81); }

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