#424545

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

Shades of Dark Slate #424545

Tints of Dark Slate #424545

Color information

#424545 (or 0x424545) is unknown color: approx Dark Slate. HEX triplet: 42, 45 and 45. RGB value is (66,69,69). Sum of RGB (Red+Green+Blue) = 66+69+69=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 69 - color contains mainly: green, blue. Hex color #424545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424545 is #BDBABA. Grayscale: #444444. Windows color (decimal): -12434107 or 4539714. OLE color: 4539714.

HSL color Cylindrical-coordinate representation of color #424545: hue angle of 180º degrees, saturation: 0.02, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #424545 is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB666969-
CMYK0.04000.73
HSL180º2.22%26.47%-
HSV(B)180º4.35%27.06%-
XYZ5.455.846.47-
YUV68.1128.51126.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.35%
GREEN value IS 69 (27.34% from 255) = 33.82%
BLUE value IS 69 (27.34% from 255) = 33.82%
R=32.35%
G=33.82%
B=33.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6669690.04000.731802.2226.47
Hex42454540049b421a
Octal102105105400111264232
Binary100001010001011000101100001001001101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424545; }

 p { color: rgb(66,69,69); }

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

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

 a { background-color: rgb(66,69,69); }

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

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

 span { border-color: rgb(66,69,69); }

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