#324D4C

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

Shades of Dark Slate Grey #324D4C

Tints of Dark Slate Grey #324D4C

Color information

#324D4C (or 0x324D4C) is unknown color: approx Dark Slate Grey. HEX triplet: 32, 4D and 4C. RGB value is (50,77,76). Sum of RGB (Red+Green+Blue) = 50+77+76=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 77 - color contains mainly: green. Hex color #324D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324D4C is #CDB2B3. Grayscale: #444444. Windows color (decimal): -13480628 or 5000498. OLE color: 5000498.

HSL color Cylindrical-coordinate representation of color #324D4C: hue angle of 177.78º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #324D4C is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.70.

Color convert

RGB507776-
CMYK0.3500.010.70
HSL177.78º21.26%24.9%-
HSV(B)177.78º35.06%30.2%-
XYZ5.276.517.82-
YUV68.81132.05114.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 77 (30.47% from 255) = 37.93%
BLUE value IS 76 (30.08% from 255) = 37.44%
R=24.63%
G=37.93%
B=37.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5077760.3500.010.70177.7821.2624.9
Hex324D4C230146b21519
Octal6211511443011062622531
Binary11001010011011001100100011011000110101100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324D4C; }

 p { color: rgb(50,77,76); }

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

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

 a { background-color: rgb(50,77,76); }

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

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

 span { border-color: rgb(50,77,76); }

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