#113B3D

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

Shades of Tiber #113B3D

Tints of Tiber #113B3D

Color information

#113B3D (or 0x113B3D) is unknown color: approx Tiber. HEX triplet: 11, 3B and 3D. RGB value is (17,59,61). Sum of RGB (Red+Green+Blue) = 17+59+61=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 59 (23.44% from 255 or 43.07% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 61 - color contains mainly: blue. Hex color #113B3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113B3D is #EEC4C2. Grayscale: #2E2E2E. Windows color (decimal): -15647939 or 4012817. OLE color: 4012817.

HSL color Cylindrical-coordinate representation of color #113B3D: hue angle of 182.73º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #113B3D is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB175961-
CMYK0.720.0300.76
HSL182.73º56.41%15.29%-
HSV(B)182.73º72.13%23.92%-
XYZ2.643.584.97-
YUV46.67136.09106.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.41%
GREEN value IS 59 (23.44% from 255) = 43.07%
BLUE value IS 61 (24.22% from 255) = 44.53%
R=12.41%
G=43.07%
B=44.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1759610.720.0300.76182.7356.4115.29
Hex113B3D48304Cb738f
Octal217375110301142677017
Binary1000111101111110110010001101001100101101111110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,59,61); }

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

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

 a { background-color: rgb(17,59,61); }

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

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

 span { border-color: rgb(17,59,61); }

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