#204C4E

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

Shades of Dark Slate Grey #204C4E

Tints of Dark Slate Grey #204C4E

Color information

#204C4E (or 0x204C4E) is unknown color: approx Dark Slate Grey. HEX triplet: 20, 4C and 4E. RGB value is (32,76,78). Sum of RGB (Red+Green+Blue) = 32+76+78=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 78 - color contains mainly: blue. Hex color #204C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204C4E is #DFB3B1. Grayscale: #3F3F3F. Windows color (decimal): -14660530 or 5131296. OLE color: 5131296.

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

Color convert

RGB327678-
CMYK0.590.0300.69
HSL182.61º41.82%21.57%-
HSV(B)182.61º58.97%30.59%-
XYZ4.566.038.13-
YUV63.07136.42105.84-

RGB Variations

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

RGB

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

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
Decimal3276780.590.0300.69182.6141.8221.57
Hex204C4E3B3045b72a16
Octal4011411673301052675226
Binary1000001001100100111011101111010001011011011110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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