Html Css Color HEX #304E4D Dark Slate Grey

📋 copy color: '#304E4D'

red 48 ◦ green 78 ◦ blue 77

#304E4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #304E4D

Tints of Dark Slate Grey #304E4D

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 value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#304E4D (or 0x304E4D) is known color: 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

RGB 48 78 77 -
CMYK 0.38 0 0.01 0.69
HSL 178º 0.24% 0.25% -
HSV(B) 178º 0.38% 0.31% -
XYZ 5.28 6.61 8.02 -
YUV 68.92 132.56 113.08 -
System Red Green Blue C M Y K H S L
Decimal 48 78 77 0.38 0 0.01 0.69 178 0.24 0.25
Hex 30 4E 4D 26 0 1 45 B2 18 19
Octal 60 116 115 46 0 1 105 262 30 31
Binary 110000 1001110 1001101 100110 0 1 1000101 10110010 11000 11001

Color Harmonies of #304E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304E4D

Black with #304E4D

Text Example


Text Example

White with #304E4D

Text Example


Text Example

HTML Codes & Css Web 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>