#204140

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

Shades of Tiber #204140

Tints of Tiber #204140

Color information

#204140 (or 0x204140) is unknown color: approx Tiber. HEX triplet: 20, 41 and 40. RGB value is (32,65,64). Sum of RGB (Red+Green+Blue) = 32+65+64=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 65 - color contains mainly: green. Hex color #204140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204140 is #DFBEBF. Grayscale: #363636. Windows color (decimal): -14663360 or 4210976. OLE color: 4210976.

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

Color convert

RGB326564-
CMYK0.5100.020.75
HSL178.18º34.02%19.02%-
HSV(B)178.18º50.77%25.49%-
XYZ3.414.465.53-
YUV55.02133.07111.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.88%
GREEN value IS 65 (25.78% from 255) = 40.37%
BLUE value IS 64 (25.39% from 255) = 39.75%
R=19.88%
G=40.37%
B=39.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3265640.5100.020.75178.1834.0219.02
Hex20414033024Bb22213
Octal4010110063021132624223
Binary1000001000001100000011001101010010111011001010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204140; }

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

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

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

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

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

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

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

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