#113D41

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

Shades of Tiber #113D41

Tints of Tiber #113D41

Color information

#113D41 (or 0x113D41) is unknown color: approx Tiber. HEX triplet: 11, 3D and 41. RGB value is (17,61,65). Sum of RGB (Red+Green+Blue) = 17+61+65=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #113D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113D41 is #EEC2BE. Grayscale: #303030. Windows color (decimal): -15647423 or 4275473. OLE color: 4275473.

HSL color Cylindrical-coordinate representation of color #113D41: hue angle of 185º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #113D41 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB176165-
CMYK0.740.0600.75
HSL185º58.54%16.08%-
HSV(B)185º73.85%25.49%-
XYZ2.853.845.59-
YUV48.3137.42105.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.89%
GREEN value IS 61 (24.22% from 255) = 42.66%
BLUE value IS 65 (25.78% from 255) = 45.45%
R=11.89%
G=42.66%
B=45.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1761650.740.0600.7518558.5416.08
Hex113D414A604Bb93b10
Octal2175101112601132717320
Binary1000111110110000011001010110010010111011100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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