#3F4E4C

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

Shades of Dark Slate #3F4E4C

Tints of Dark Slate #3F4E4C

Color information

#3F4E4C (or 0x3F4E4C) is unknown color: approx Dark Slate. HEX triplet: 3F, 4E and 4C. RGB value is (63,78,76). Sum of RGB (Red+Green+Blue) = 63+78+76=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 78 - color contains mainly: green. Hex color #3F4E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4E4C is #C0B1B3. Grayscale: #494949. Windows color (decimal): -12628404 or 5000767. OLE color: 5000767.

HSL color Cylindrical-coordinate representation of color #3F4E4C: hue angle of 172º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3F4E4C is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB637876-
CMYK0.1900.030.69
HSL172º10.64%27.65%-
HSV(B)172º19.23%30.59%-
XYZ6.087.037.87-
YUV73.29129.53120.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.03%
GREEN value IS 78 (30.86% from 255) = 35.94%
BLUE value IS 76 (30.08% from 255) = 35.02%
R=29.03%
G=35.94%
B=35.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6378760.1900.030.6917210.6427.65
Hex3F4E4C130345acb1c
Octal7711611423031052541334
Binary1111111001110100110010011011100010110101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F4E4C; }

 p { color: rgb(63,78,76); }

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

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

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

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

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

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

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