#134040

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

Shades of Tiber #134040

Tints of Tiber #134040

Color information

#134040 (or 0x134040) is unknown color: approx Tiber. HEX triplet: 13, 40 and 40. RGB value is (19,64,64). Sum of RGB (Red+Green+Blue) = 19+64+64=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #134040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134040 is #ECBFBF. Grayscale: #323232. Windows color (decimal): -15515584 or 4210707. OLE color: 4210707.

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

Color convert

RGB196464-
CMYK0.70000.75
HSL180º54.22%16.27%-
HSV(B)180º70.31%25.1%-
XYZ3.034.185.5-
YUV50.54135.59105.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.93%
GREEN value IS 64 (25.39% from 255) = 43.54%
BLUE value IS 64 (25.39% from 255) = 43.54%
R=12.93%
G=43.54%
B=43.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1964640.70000.7518054.2216.27
Hex13404046004Bb43610
Octal23100100106001132646620
Binary100111000000100000010001100010010111011010011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134040; }

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

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

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

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

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

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

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

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