#134241

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

Shades of Tiber #134241

Tints of Tiber #134241

Color information

#134241 (or 0x134241) is unknown color: approx Tiber. HEX triplet: 13, 42 and 41. RGB value is (19,66,65). Sum of RGB (Red+Green+Blue) = 19+66+65=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 66 - color contains mainly: green. Hex color #134241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134241 is #ECBDBE. Grayscale: #333333. Windows color (decimal): -15515071 or 4276755. OLE color: 4276755.

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

Color convert

RGB196665-
CMYK0.7100.020.74
HSL178.72º55.29%16.67%-
HSV(B)178.72º71.21%25.88%-
XYZ3.174.425.69-
YUV51.83135.43104.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.67%
GREEN value IS 66 (26.17% from 255) = 44%
BLUE value IS 65 (25.78% from 255) = 43.33%
R=12.67%
G=44%
B=43.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1966650.7100.020.74178.7255.2916.67
Hex13424147024Ab33711
Octal23102101107021122636721
Binary1001110000101000001100011101010010101011001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134241; }

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

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

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

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

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

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

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

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