#324F4E

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

Shades of Dark Slate Grey #324F4E

Tints of Dark Slate Grey #324F4E

Color information

#324F4E (or 0x324F4E) is unknown color: approx Dark Slate Grey. HEX triplet: 32, 4F and 4E. RGB value is (50,79,78). Sum of RGB (Red+Green+Blue) = 50+79+78=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 79 - color contains mainly: green. Hex color #324F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324F4E is #CDB0B1. Grayscale: #464646. Windows color (decimal): -13480114 or 5132082. OLE color: 5132082.

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

Color convert

RGB507978-
CMYK0.3700.010.69
HSL177.93º22.48%25.29%-
HSV(B)177.93º36.71%30.98%-
XYZ5.496.828.23-
YUV70.21132.39113.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.15%
GREEN value IS 79 (31.25% from 255) = 38.16%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=24.15%
G=38.16%
B=37.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5079780.3700.010.69177.9322.4825.29
Hex324F4E250145b21619
Octal6211711645011052622631
Binary11001010011111001110100101011000101101100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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