#314F4E

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

Shades of Dark Slate Grey #314F4E

Tints of Dark Slate Grey #314F4E

Color information

#314F4E (or 0x314F4E) is unknown color: approx Dark Slate Grey. HEX triplet: 31, 4F and 4E. RGB value is (49,79,78). Sum of RGB (Red+Green+Blue) = 49+79+78=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 79 - color contains mainly: green. Hex color #314F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314F4E is #CEB0B1. Grayscale: #454545. Windows color (decimal): -13545650 or 5132081. OLE color: 5132081.

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

Color convert

RGB497978-
CMYK0.3800.010.69
HSL178º23.44%25.1%-
HSV(B)178º37.97%30.98%-
XYZ5.446.798.23-
YUV69.92132.56113.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.79%
GREEN value IS 79 (31.25% from 255) = 38.35%
BLUE value IS 78 (30.86% from 255) = 37.86%
R=23.79%
G=38.35%
B=37.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4979780.3800.010.6917823.4425.1
Hex314F4E260145b21719
Octal6111711646011052622731
Binary11000110011111001110100110011000101101100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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