#20544E

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

Shades of Dark Slate Grey #20544E

Tints of Dark Slate Grey #20544E

Color information

#20544E (or 0x20544E) is unknown color: approx Dark Slate Grey. HEX triplet: 20, 54 and 4E. RGB value is (32,84,78). Sum of RGB (Red+Green+Blue) = 32+84+78=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 84 - color contains mainly: green. Hex color #20544E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20544E is #DFABB1. Grayscale: #434343. Windows color (decimal): -14658482 or 5133344. OLE color: 5133344.

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

Color convert

RGB328478-
CMYK0.6200.070.67
HSL173.08º44.83%22.75%-
HSV(B)173.08º61.9%32.94%-
XYZ5.147.28.33-
YUV67.77133.77102.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.49%
GREEN value IS 84 (33.20% from 255) = 43.30%
BLUE value IS 78 (30.86% from 255) = 40.21%
R=16.49%
G=43.30%
B=40.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3284780.6200.070.67173.0844.8322.75
Hex20544E3E0743ad2d17
Octal4012411676071032555527
Binary10000010101001001110111110011110000111010110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20544E; }

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

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

<style>
 a { background-color: #20544E; }

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

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

<style>
 span { border-color: #20544E; }

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

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