Html Css Color HEX #204E4C Dark Slate Grey

📋 copy color: '#204E4C'

red 32 ◦ green 78 ◦ blue 76

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

Shades of Dark Slate Grey #204E4C

Tints of Dark Slate Grey #204E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 40.86%

R = 17.2%
G = 41.94%
B = 40.86%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#204E4C (or 0x204E4C) is known color: Dark Slate Grey. HEX triplet: 20, 4E and 4C. RGB value is (32,78,76). Sum of RGB (Red+Green+Blue) = 32+78+76=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 78 (30.86% from 255 or 41.94% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 78 - color contains mainly: green. Hex color #204E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #204E4C is #DFB1B3. Grayscale: #3F3F3F. Windows color (decimal): -14660020 or 5000736. OLE color: 5000736.

HSL color Cylindrical-coordinate representation of color #204E4C: hue angle of 177.39º 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 #204E4C is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB 32 78 76 -
CMYK 0.59 0 0.03 0.69
HSL 177.39º 0.42% 0.22% -
HSV(B) 177.39º 0.59% 0.31% -
XYZ 4.62 6.28 7.81 -
YUV 64.02 134.76 105.16 -
System Red Green Blue C M Y K H S L
Decimal 32 78 76 0.59 0 0.03 0.69 177.39 0.42 0.22
Hex 20 4E 4C 3B 0 3 45 B1 2A 16
Octal 40 116 114 73 0 3 105 261 52 26
Binary 100000 1001110 1001100 111011 0 11 1000101 10110001 101010 10110

Color Harmonies of #204E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204E4C

Black with #204E4C

Text Example


Text Example

White with #204E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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