#134140

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

Shades of Tiber #134140

Tints of Tiber #134140

Color information

#134140 (or 0x134140) is unknown color: approx Tiber. HEX triplet: 13, 41 and 40. RGB value is (19,65,64). Sum of RGB (Red+Green+Blue) = 19+65+64=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 64 (25.39% from 255 or 43.24% from 148); Max value from RGB is 65 - color contains mainly: green. Hex color #134140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134140 is #ECBEBF. Grayscale: #333333. Windows color (decimal): -15515328 or 4210963. OLE color: 4210963.

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

Color convert

RGB196564-
CMYK0.7100.020.75
HSL178.7º54.76%16.47%-
HSV(B)178.7º70.77%25.49%-
XYZ3.084.295.52-
YUV51.13135.26105.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 65 (25.78% from 255) = 43.92%
BLUE value IS 64 (25.39% from 255) = 43.24%
R=12.84%
G=43.92%
B=43.24%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1965640.7100.020.75178.754.7616.47
Hex13414047024Bb33710
Octal23101100107021132636720
Binary1001110000011000000100011101010010111011001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134140; }

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

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

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

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

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

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

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

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