#324E4E

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

Shades of Dark Slate Grey #324E4E

Tints of Dark Slate Grey #324E4E

Color information

#324E4E (or 0x324E4E) is unknown color: approx Dark Slate Grey. HEX triplet: 32, 4E and 4E. RGB value is (50,78,78). Sum of RGB (Red+Green+Blue) = 50+78+78=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 78 - color contains mainly: green, blue. Hex color #324E4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324E4E is #CDB1B1. Grayscale: #454545. Windows color (decimal): -13480370 or 5131826. OLE color: 5131826.

HSL color Cylindrical-coordinate representation of color #324E4E: hue angle of 180º 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 #324E4E is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB507878-
CMYK0.36000.69
HSL180º21.88%25.1%-
HSV(B)180º35.9%30.59%-
XYZ5.416.688.21-
YUV69.63132.72114-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.27%
GREEN value IS 78 (30.86% from 255) = 37.86%
BLUE value IS 78 (30.86% from 255) = 37.86%
R=24.27%
G=37.86%
B=37.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5078780.36000.6918021.8825.1
Hex324E4E240045b41619
Octal6211611644001052642631
Binary11001010011101001110100100001000101101101001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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