#204040

Color #204040 Tiber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tiber #204040

Tints of Tiber #204040

Color information

#204040 (or 0x204040) is unknown color: approx Tiber. HEX triplet: 20, 40 and 40. RGB value is (32,64,64). Sum of RGB (Red+Green+Blue) = 32+64+64=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #204040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204040 is #DFBFBF. Grayscale: #363636. Windows color (decimal): -14663616 or 4210720. OLE color: 4210720.

HSL color Cylindrical-coordinate representation of color #204040: hue angle of 180º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #204040 is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB326464-
CMYK0.50000.75
HSL180º33.33%18.82%-
HSV(B)180º50%25.1%-
XYZ3.354.345.51-
YUV54.43133.4112-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20%
GREEN value IS 64 (25.39% from 255) = 40%
BLUE value IS 64 (25.39% from 255) = 40%
R=20%
G=40%
B=40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3264640.50000.7518033.3318.82
Hex20404032004Bb42113
Octal4010010062001132644123
Binary100000100000010000001100100010010111011010010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204040; }

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

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

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

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

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

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

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

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