#445251

Color #445251 Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #445251

Tints of Dark Slate #445251

Color information

#445251 (or 0x445251) is unknown color: approx Dark Slate. HEX triplet: 44, 52 and 51. RGB value is (68,82,81). Sum of RGB (Red+Green+Blue) = 68+82+81=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 82 - color contains mainly: green. Hex color #445251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445251 is #BBADAE. Grayscale: #4D4D4D. Windows color (decimal): -12299695 or 5329476. OLE color: 5329476.

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

Color convert

RGB688281-
CMYK0.1700.010.68
HSL175.71º9.33%29.41%-
HSV(B)175.71º17.07%32.16%-
XYZ6.897.868.94-
YUV77.7129.86121.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.44%
GREEN value IS 82 (32.42% from 255) = 35.50%
BLUE value IS 81 (32.03% from 255) = 35.06%
R=29.44%
G=35.50%
B=35.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6882810.1700.010.68175.719.3329.41
Hex445251110144b091d
Octal10412212121011042601135
Binary1000100101001010100011000101100010010110000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445251; }

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

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

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

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

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

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

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

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