#204E4C

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

Shades of Dark Slate Grey #204E4C

Tints of Dark Slate Grey #204E4C

Color information

#204E4C (or 0x204E4C) is unknown color: approx 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

RGB327876-
CMYK0.5900.030.69
HSL177.39º41.82%21.57%-
HSV(B)177.39º58.97%30.59%-
XYZ4.626.287.81-
YUV64.02134.76105.16-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.20%
GREEN value IS 78 (30.86% from 255) = 41.94%
BLUE value IS 76 (30.08% from 255) = 40.86%
R=17.20%
G=41.94%
B=40.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3278760.5900.030.69177.3941.8221.57
Hex204E4C3B0345b12a16
Octal4011611473031052615226
Binary1000001001110100110011101101110001011011000110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>