Html Css Color HEX #113D3B Tiber

📋 copy color: '#113D3B'

red 17 ◦ green 61 ◦ blue 59

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

Shades of Tiber #113D3B

Tints of Tiber #113D3B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 44.53%

 BLUE value IS 59 (23.44% from 255) = 43.07%

R = 12.41%
G = 44.53%
B = 43.07%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.76

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #113D3B: hue angle of 177.27º 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 #113D3B is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.

Color convert

RGB 17 61 59 -
CMYK 0.72 0 0.03 0.76
HSL 177.27º 0.56% 0.15% -
HSV(B) 177.27º 0.72% 0.24% -
XYZ 2.69 3.77 4.72 -
YUV 47.62 134.42 106.16 -
System Red Green Blue C M Y K H S L
Decimal 17 61 59 0.72 0 0.03 0.76 177.27 0.56 0.15
Hex 11 3D 3B 48 0 3 4C B1 38 F
Octal 21 75 73 110 0 3 114 261 70 17
Binary 10001 111101 111011 1001000 0 11 1001100 10110001 111000 1111

Color Harmonies of #113D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113D3B

Black with #113D3B

Text Example


Text Example

White with #113D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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