#134341

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

Shades of Tiber #134341

Tints of Tiber #134341

Color information

#134341 (or 0x134341) is unknown color: approx Tiber. HEX triplet: 13, 43 and 41. RGB value is (19,67,65). Sum of RGB (Red+Green+Blue) = 19+67+65=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 67 (26.56% from 255 or 44.37% from 151); Blue value is 65 (25.78% from 255 or 43.05% from 151); Max value from RGB is 67 - color contains mainly: green. Hex color #134341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134341 is #ECBCBE. Grayscale: #343434. Windows color (decimal): -15514815 or 4277011. OLE color: 4277011.

HSL color Cylindrical-coordinate representation of color #134341: hue angle of 177.5º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134341 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB196765-
CMYK0.7200.030.74
HSL177.5º55.81%16.86%-
HSV(B)177.5º71.64%26.27%-
XYZ3.234.535.71-
YUV52.42135.1104.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.58%
GREEN value IS 67 (26.56% from 255) = 44.37%
BLUE value IS 65 (25.78% from 255) = 43.05%
R=12.58%
G=44.37%
B=43.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1967650.7200.030.74177.555.8116.86
Hex13434148034Ab23811
Octal23103101110031122627021
Binary1001110000111000001100100001110010101011001011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134341; }

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

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

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

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

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

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

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

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