Html Css Color HEX #113537 Nordic

📋 copy color: '#113537'

red 17 ◦ green 53 ◦ blue 55

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

Shades of Nordic #113537

Tints of Nordic #113537

RGB

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

 GREEN value IS 53 (21.09% from 255) = 42.4%

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

R = 13.6%
G = 42.4%
B = 44%

CMYK

 C value IS 0.69

 M value IS 0.04

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#113537 (or 0x113537) is known color: Nordic. HEX triplet: 11, 35 and 37. RGB value is (17,53,55). Sum of RGB (Red+Green+Blue) = 17+53+55=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 55 - color contains mainly: blue. Hex color #113537 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113537 is #EECAC8. Grayscale: #2A2A2A. Windows color (decimal): -15649481 or 3618065. OLE color: 3618065.

HSL color Cylindrical-coordinate representation of color #113537: hue angle of 183.16º 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 #113537 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 53 55 -
CMYK 0.69 0.04 0 0.78
HSL 183.16º 0.53% 0.14% -
HSV(B) 183.16º 0.69% 0.22% -
XYZ 2.19 2.94 4.07 -
YUV 42.46 135.07 109.84 -
System Red Green Blue C M Y K H S L
Decimal 17 53 55 0.69 0.04 0 0.78 183.16 0.53 0.14
Hex 11 35 37 45 4 0 4E B7 35 E
Octal 21 65 67 105 4 0 116 267 65 16
Binary 10001 110101 110111 1000101 100 0 1001110 10110111 110101 1110

Color Harmonies of #113537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113537

Black with #113537

Text Example


Text Example

White with #113537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113537; }

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

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

background-color css

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

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

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

border-color css

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

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

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