#204F4F

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

Shades of Dark Slate Grey #204F4F

Tints of Dark Slate Grey #204F4F

Color information

#204F4F (or 0x204F4F) is unknown color: approx Dark Slate Grey. HEX triplet: 20, 4F and 4F. RGB value is (32,79,79). Sum of RGB (Red+Green+Blue) = 32+79+79=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 79 - color contains mainly: green, blue. Hex color #204F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204F4F is #DFB0B0. Grayscale: #404040. Windows color (decimal): -14659761 or 5197600. OLE color: 5197600.

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

Color convert

RGB327979-
CMYK0.59000.69
HSL180º42.34%21.76%-
HSV(B)180º59.49%30.98%-
XYZ4.86.468.39-
YUV64.95135.93104.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.84%
GREEN value IS 79 (31.25% from 255) = 41.58%
BLUE value IS 79 (31.25% from 255) = 41.58%
R=16.84%
G=41.58%
B=41.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3279790.59000.6918042.3421.76
Hex204F4F3B0045b42a16
Octal4011711773001052645226
Binary100000100111110011111110110010001011011010010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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