#20524C

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

Shades of Dark Slate Grey #20524C

Tints of Dark Slate Grey #20524C

Color information

#20524C (or 0x20524C) is unknown color: approx Dark Slate Grey. HEX triplet: 20, 52 and 4C. RGB value is (32,82,76). Sum of RGB (Red+Green+Blue) = 32+82+76=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 82 - color contains mainly: green. Hex color #20524C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20524C is #DFADB3. Grayscale: #424242. Windows color (decimal): -14658996 or 5001760. OLE color: 5001760.

HSL color Cylindrical-coordinate representation of color #20524C: hue angle of 172.8º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #20524C is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB328276-
CMYK0.6100.070.68
HSL172.8º43.86%22.35%-
HSV(B)172.8º60.98%32.16%-
XYZ4.926.867.9-
YUV66.37133.44103.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.84%
GREEN value IS 82 (32.42% from 255) = 43.16%
BLUE value IS 76 (30.08% from 255) = 40%
R=16.84%
G=43.16%
B=40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3282760.6100.070.68172.843.8622.35
Hex20524C3D0744ad2c16
Octal4012211475071042555426
Binary10000010100101001100111101011110001001010110110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20524C; }

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

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

<style>
 a { background-color: #20524C; }

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

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

<style>
 span { border-color: #20524C; }

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

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