#20534D

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

Shades of Dark Slate Grey #20534D

Tints of Dark Slate Grey #20534D

Color information

#20534D (or 0x20534D) is unknown color: approx Dark Slate Grey. HEX triplet: 20, 53 and 4D. RGB value is (32,83,77). Sum of RGB (Red+Green+Blue) = 32+83+77=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 83 - color contains mainly: green. Hex color #20534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20534D is #DFACB2. Grayscale: #434343. Windows color (decimal): -14658739 or 5067552. OLE color: 5067552.

HSL color Cylindrical-coordinate representation of color #20534D: hue angle of 172.94º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #20534D is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB328377-
CMYK0.6100.070.67
HSL172.94º44.35%22.55%-
HSV(B)172.94º61.45%32.55%-
XYZ5.037.038.11-
YUV67.07133.6102.99-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.67%
GREEN value IS 83 (32.81% from 255) = 43.23%
BLUE value IS 77 (30.47% from 255) = 40.10%
R=16.67%
G=43.23%
B=40.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3283770.6100.070.67172.9444.3522.55
Hex20534D3D0743ad2c17
Octal4012311575071032555427
Binary10000010100111001101111101011110000111010110110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20534D; }

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

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

<style>
 a { background-color: #20534D; }

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

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

<style>
 span { border-color: #20534D; }

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

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