#113A39

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

Shades of Tiber #113A39

Tints of Tiber #113A39

Color information

#113A39 (or 0x113A39) is unknown color: approx Tiber. HEX triplet: 11, 3A and 39. RGB value is (17,58,57). Sum of RGB (Red+Green+Blue) = 17+58+57=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 58 (23.05% from 255 or 43.94% from 132); Blue value is 57 (22.66% from 255 or 43.18% from 132); Max value from RGB is 58 - color contains mainly: green. Hex color #113A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A39 is #EEC5C6. Grayscale: #2D2D2D. Windows color (decimal): -15648199 or 3750417. OLE color: 3750417.

HSL color Cylindrical-coordinate representation of color #113A39: hue angle of 178.54º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #113A39 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.

Color convert

RGB175857-
CMYK0.7100.020.77
HSL178.54º54.67%14.71%-
HSV(B)178.54º70.69%22.75%-
XYZ2.483.444.4-
YUV45.63134.42107.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.88%
GREEN value IS 58 (23.05% from 255) = 43.94%
BLUE value IS 57 (22.66% from 255) = 43.18%
R=12.88%
G=43.94%
B=43.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1758570.7100.020.77178.5454.6714.71
Hex113A3947024Db337f
Octal217271107021152636717
Binary1000111101011100110001110101001101101100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113A39; }

 p { color: rgb(17,58,57); }

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

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

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

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

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

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

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