#324E4D

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

Shades of Dark Slate Grey #324E4D

Tints of Dark Slate Grey #324E4D

Color information

#324E4D (or 0x324E4D) is unknown color: approx Dark Slate Grey. HEX triplet: 32, 4E and 4D. RGB value is (50,78,77). Sum of RGB (Red+Green+Blue) = 50+78+77=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 78 - color contains mainly: green. Hex color #324E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324E4D is #CDB1B2. Grayscale: #454545. Windows color (decimal): -13480371 or 5066290. OLE color: 5066290.

HSL color Cylindrical-coordinate representation of color #324E4D: hue angle of 177.86º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #324E4D is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB507877-
CMYK0.3600.010.69
HSL177.86º21.88%25.1%-
HSV(B)177.86º35.9%30.59%-
XYZ5.386.668.02-
YUV69.51132.22114.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.39%
GREEN value IS 78 (30.86% from 255) = 38.05%
BLUE value IS 77 (30.47% from 255) = 37.56%
R=24.39%
G=38.05%
B=37.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5078770.3600.010.69177.8621.8825.1
Hex324E4D240145b21619
Octal6211611544011052622631
Binary11001010011101001101100100011000101101100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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