Html Css Color HEX #113F3D Tiber

📋 copy color: '#113F3D'

red 17 ◦ green 63 ◦ blue 61

#113F3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tiber #113F3D

Tints of Tiber #113F3D

RGB

 RED value IS 17 (7.03% from 255) = 12.06%

 GREEN value IS 63 (25% from 255) = 44.68%

 BLUE value IS 61 (24.22% from 255) = 43.26%

R = 12.06%
G = 44.68%
B = 43.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#113F3D (or 0x113F3D) is known color: Tiber. HEX triplet: 11, 3F and 3D. RGB value is (17,63,61). Sum of RGB (Red+Green+Blue) = 17+63+61=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 63 (25% from 255 or 44.68% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 63 - color contains mainly: green. Hex color #113F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113F3D is #EEC0C2. Grayscale: #303030. Windows color (decimal): -15646915 or 4013841. OLE color: 4013841.

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

Color convert

RGB 17 63 61 -
CMYK 0.73 0 0.03 0.75
HSL 177.39º 0.58% 0.16% -
HSV(B) 177.39º 0.73% 0.25% -
XYZ 2.85 4.01 5.04 -
YUV 49.02 134.76 105.16 -
System Red Green Blue C M Y K H S L
Decimal 17 63 61 0.73 0 0.03 0.75 177.39 0.58 0.16
Hex 11 3F 3D 49 0 3 4B B1 3A 10
Octal 21 77 75 111 0 3 113 261 72 20
Binary 10001 111111 111101 1001001 0 11 1001011 10110001 111010 10000

Color Harmonies of #113F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F3D

Black with #113F3D

Text Example


Text Example

White with #113F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #113F3D;
 }
 .AnyTagClassName
 {
   color: #113F3D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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