Html Css Color HEX #113F3E Tiber

📋 copy color: '#113F3E'

red 17 ◦ green 63 ◦ blue 62

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

Shades of Tiber #113F3E

Tints of Tiber #113F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 43.66%

R = 11.97%
G = 44.37%
B = 43.66%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#113F3E (or 0x113F3E) is known color: Tiber. HEX triplet: 11, 3F and 3E. RGB value is (17,63,62). Sum of RGB (Red+Green+Blue) = 17+63+62=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 63 (25% from 255 or 44.37% from 142); Blue value is 62 (24.61% from 255 or 43.66% from 142); Max value from RGB is 63 - color contains mainly: green. Hex color #113F3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113F3E is #EEC0C1. Grayscale: #313131. Windows color (decimal): -15646914 or 4079377. OLE color: 4079377.

HSL color Cylindrical-coordinate representation of color #113F3E: hue angle of 178.7º 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 #113F3E is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 63 62 -
CMYK 0.73 0 0.02 0.75
HSL 178.7º 0.58% 0.16% -
HSV(B) 178.7º 0.73% 0.25% -
XYZ 2.88 4.02 5.18 -
YUV 49.13 135.26 105.08 -
System Red Green Blue C M Y K H S L
Decimal 17 63 62 0.73 0 0.02 0.75 178.7 0.58 0.16
Hex 11 3F 3E 49 0 2 4B B3 3A 10
Octal 21 77 76 111 0 2 113 263 72 20
Binary 10001 111111 111110 1001001 0 10 1001011 10110011 111010 10000

Color Harmonies of #113F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F3E

Black with #113F3E

Text Example


Text Example

White with #113F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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