Html Css Color HEX #113A38 Tiber

📋 copy color: '#113A38'

red 17 ◦ green 58 ◦ blue 56

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

Shades of Tiber #113A38

Tints of Tiber #113A38

RGB

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

 GREEN value IS 58 (23.05% from 255) = 44.27%

 BLUE value IS 56 (22.27% from 255) = 42.75%

R = 12.98%
G = 44.27%
B = 42.75%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.03

 K value IS 0.77

RGB Variations

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

Color information

#113A38 (or 0x113A38) is known color: Tiber. HEX triplet: 11, 3A and 38. RGB value is (17,58,56). Sum of RGB (Red+Green+Blue) = 17+58+56=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 58 (23.05% from 255 or 44.27% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 58 - color contains mainly: green. Hex color #113A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A38 is #EEC5C7. Grayscale: #2D2D2D. Windows color (decimal): -15648200 or 3684881. OLE color: 3684881.

HSL color Cylindrical-coordinate representation of color #113A38: hue angle of 177.07º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #113A38 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB 17 58 56 -
CMYK 0.71 0 0.03 0.77
HSL 177.07º 0.55% 0.15% -
HSV(B) 177.07º 0.71% 0.23% -
XYZ 2.46 3.43 4.27 -
YUV 45.51 133.92 107.66 -
System Red Green Blue C M Y K H S L
Decimal 17 58 56 0.71 0 0.03 0.77 177.07 0.55 0.15
Hex 11 3A 38 47 0 3 4D B1 37 F
Octal 21 72 70 107 0 3 115 261 67 17
Binary 10001 111010 111000 1000111 0 11 1001101 10110001 110111 1111

Color Harmonies of #113A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A38

Black with #113A38

Text Example


Text Example

White with #113A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,58,56); }

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

background-color css

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

 a { background-color: rgb(17,58,56); }

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

border-color css

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

 span { border-color: rgb(17,58,56); }

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