#204D4F

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

Shades of Dark Slate Grey #204D4F

Tints of Dark Slate Grey #204D4F

Color information

#204D4F (or 0x204D4F) is unknown color: approx Dark Slate Grey. HEX triplet: 20, 4D and 4F. RGB value is (32,77,79). Sum of RGB (Red+Green+Blue) = 32+77+79=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 79 - color contains mainly: blue. Hex color #204D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204D4F is #DFB2B0. Grayscale: #3F3F3F. Windows color (decimal): -14660273 or 5197088. OLE color: 5197088.

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

Color convert

RGB327779-
CMYK0.590.0300.69
HSL182.55º42.34%21.76%-
HSV(B)182.55º59.49%30.98%-
XYZ4.666.188.34-
YUV63.77136.59105.34-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.02%
GREEN value IS 77 (30.47% from 255) = 40.96%
BLUE value IS 79 (31.25% from 255) = 42.02%
R=17.02%
G=40.96%
B=42.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3277790.590.0300.69182.5542.3421.76
Hex204D4F3B3045b72a16
Octal4011511773301052675226
Binary1000001001101100111111101111010001011011011110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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