#304E4D

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

Shades of Dark Slate Grey #304E4D

Tints of Dark Slate Grey #304E4D

Color information

#304E4D (or 0x304E4D) is unknown color: approx Dark Slate Grey. HEX triplet: 30, 4E and 4D. RGB value is (48,78,77). Sum of RGB (Red+Green+Blue) = 48+78+77=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 78 - color contains mainly: green. Hex color #304E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304E4D is #CFB1B2. Grayscale: #444444. Windows color (decimal): -13611443 or 5066288. OLE color: 5066288.

HSL color Cylindrical-coordinate representation of color #304E4D: hue angle of 178º degrees, saturation: 0.24, 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 #304E4D is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB487877-
CMYK0.3800.010.69
HSL178º23.81%24.71%-
HSV(B)178º38.46%30.59%-
XYZ5.286.618.02-
YUV68.92132.56113.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.65%
GREEN value IS 78 (30.86% from 255) = 38.42%
BLUE value IS 77 (30.47% from 255) = 37.93%
R=23.65%
G=38.42%
B=37.93%

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
Decimal4878770.3800.010.6917823.8124.71
Hex304E4D260145b21819
Octal6011611546011052623031
Binary11000010011101001101100110011000101101100101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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