Html Css Color HEX #113536 Nordic

📋 copy color: '#113536'

red 17 ◦ green 53 ◦ blue 54

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

Shades of Nordic #113536

Tints of Nordic #113536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 43.55%

R = 13.71%
G = 42.74%
B = 43.55%

CMYK

 C value IS 0.69

 M value IS 0.02

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#113536 (or 0x113536) is known color: Nordic. HEX triplet: 11, 35 and 36. RGB value is (17,53,54). Sum of RGB (Red+Green+Blue) = 17+53+54=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 54 (21.48% from 255 or 43.55% from 124); Max value from RGB is 54 - color contains mainly: blue. Hex color #113536 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113536 is #EECAC9. Grayscale: #2A2A2A. Windows color (decimal): -15649482 or 3552529. OLE color: 3552529.

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

Color convert

RGB 17 53 54 -
CMYK 0.69 0.02 0 0.79
HSL 181.62º 0.52% 0.14% -
HSV(B) 181.62º 0.69% 0.21% -
XYZ 2.17 2.93 3.94 -
YUV 42.35 134.57 109.92 -
System Red Green Blue C M Y K H S L
Decimal 17 53 54 0.69 0.02 0 0.79 181.62 0.52 0.14
Hex 11 35 36 45 2 0 4F B6 34 E
Octal 21 65 66 105 2 0 117 266 64 16
Binary 10001 110101 110110 1000101 10 0 1001111 10110110 110100 1110

Color Harmonies of #113536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113536

Black with #113536

Text Example


Text Example

White with #113536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113536; }

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

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

background-color css

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

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

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

border-color css

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

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

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