#114040

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

Shades of Tiber #114040

Tints of Tiber #114040

Color information

#114040 (or 0x114040) is unknown color: approx Tiber. HEX triplet: 11, 40 and 40. RGB value is (17,64,64). Sum of RGB (Red+Green+Blue) = 17+64+64=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #114040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114040 is #EEBFBF. Grayscale: #313131. Windows color (decimal): -15646656 or 4210705. OLE color: 4210705.

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

Color convert

RGB176464-
CMYK0.73000.75
HSL180º58.02%15.88%-
HSV(B)180º73.44%25.1%-
XYZ2.994.165.5-
YUV49.95135.93104.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.72%
GREEN value IS 64 (25.39% from 255) = 44.14%
BLUE value IS 64 (25.39% from 255) = 44.14%
R=11.72%
G=44.14%
B=44.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1764640.73000.7518058.0215.88
Hex11404049004Bb43a10
Octal21100100111001132647220
Binary100011000000100000010010010010010111011010011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114040; }

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

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

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

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

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

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

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

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