#445250

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

Shades of Dark Slate #445250

Tints of Dark Slate #445250

Color information

#445250 (or 0x445250) is unknown color: approx Dark Slate. HEX triplet: 44, 52 and 50. RGB value is (68,82,80). Sum of RGB (Red+Green+Blue) = 68+82+80=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 82 - color contains mainly: green. Hex color #445250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445250 is #BBADAF. Grayscale: #4D4D4D. Windows color (decimal): -12299696 or 5263940. OLE color: 5263940.

HSL color Cylindrical-coordinate representation of color #445250: hue angle of 171.43º 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 #445250 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB688280-
CMYK0.1700.020.68
HSL171.43º9.33%29.41%-
HSV(B)171.43º17.07%32.16%-
XYZ6.857.848.74-
YUV77.59129.36121.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.57%
GREEN value IS 82 (32.42% from 255) = 35.65%
BLUE value IS 80 (31.64% from 255) = 34.78%
R=29.57%
G=35.65%
B=34.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6882800.1700.020.68171.439.3329.41
Hex445250110244ab91d
Octal10412212021021042531135
Binary10001001010010101000010001010100010010101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445250; }

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

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

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

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

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

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

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

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