Html Css Color HEX #204E4D Dark Slate Grey

📋 copy color: '#204E4D'

red 32 ◦ green 78 ◦ blue 77

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

Shades of Dark Slate Grey #204E4D

Tints of Dark Slate Grey #204E4D

RGB

 RED value IS 32 (12.89% from 255) = 17.11%

 GREEN value IS 78 (30.86% from 255) = 41.71%

 BLUE value IS 77 (30.47% from 255) = 41.18%

R = 17.11%
G = 41.71%
B = 41.18%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#204E4D (or 0x204E4D) is known color: Dark Slate Grey. HEX triplet: 20, 4E and 4D. RGB value is (32,78,77). Sum of RGB (Red+Green+Blue) = 32+78+77=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 78 - color contains mainly: green. Hex color #204E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204E4D is #DFB1B2. Grayscale: #404040. Windows color (decimal): -14660019 or 5066272. OLE color: 5066272.

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

Color convert

RGB 32 78 77 -
CMYK 0.59 0 0.01 0.69
HSL 178.7º 0.42% 0.22% -
HSV(B) 178.7º 0.59% 0.31% -
XYZ 4.66 6.29 7.99 -
YUV 64.13 135.26 105.08 -
System Red Green Blue C M Y K H S L
Decimal 32 78 77 0.59 0 0.01 0.69 178.7 0.42 0.22
Hex 20 4E 4D 3B 0 1 45 B3 2A 16
Octal 40 116 115 73 0 1 105 263 52 26
Binary 100000 1001110 1001101 111011 0 1 1000101 10110011 101010 10110

Color Harmonies of #204E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204E4D

Black with #204E4D

Text Example


Text Example

White with #204E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #204E4D;
 }
 .AnyTagClassName
 {
   color: #204E4D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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