Html Css Color HEX #113637 Nordic

📋 copy color: '#113637'

red 17 ◦ green 54 ◦ blue 55

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

Shades of Nordic #113637

Tints of Nordic #113637

RGB

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

 GREEN value IS 54 (21.48% from 255) = 42.86%

 BLUE value IS 55 (21.88% from 255) = 43.65%

R = 13.49%
G = 42.86%
B = 43.65%

CMYK

 C value IS 0.69

 M value IS 0.02

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#113637 (or 0x113637) is known color: Nordic. HEX triplet: 11, 36 and 37. RGB value is (17,54,55). Sum of RGB (Red+Green+Blue) = 17+54+55=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 54 (21.48% from 255 or 42.86% from 126); Blue value is 55 (21.88% from 255 or 43.65% from 126); Max value from RGB is 55 - color contains mainly: blue. Hex color #113637 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113637 is #EEC9C8. Grayscale: #2B2B2B. Windows color (decimal): -15649225 or 3618321. OLE color: 3618321.

HSL color Cylindrical-coordinate representation of color #113637: hue angle of 181.58º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #113637 is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 54 55 -
CMYK 0.69 0.02 0 0.78
HSL 181.58º 0.53% 0.14% -
HSV(B) 181.58º 0.69% 0.22% -
XYZ 2.24 3.03 4.08 -
YUV 43.05 134.74 109.42 -
System Red Green Blue C M Y K H S L
Decimal 17 54 55 0.69 0.02 0 0.78 181.58 0.53 0.14
Hex 11 36 37 45 2 0 4E B6 35 E
Octal 21 66 67 105 2 0 116 266 65 16
Binary 10001 110110 110111 1000101 10 0 1001110 10110110 110101 1110

Color Harmonies of #113637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113637

Black with #113637

Text Example


Text Example

White with #113637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113637; }

 p { color: rgb(17,54,55); }

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

background-color css

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

 a { background-color: rgb(17,54,55); }

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

border-color css

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

 span { border-color: rgb(17,54,55); }

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