Html Css Color HEX #113736 Nordic

📋 copy color: '#113736'

red 17 ◦ green 55 ◦ blue 54

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

Shades of Nordic #113736

Tints of Nordic #113736

RGB

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

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

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

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

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

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

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

Color convert

RGB 17 55 54 -
CMYK 0.69 0 0.02 0.78
HSL 178.42º 0.53% 0.14% -
HSV(B) 178.42º 0.69% 0.22% -
XYZ 2.26 3.12 3.97 -
YUV 43.52 133.91 109.08 -
System Red Green Blue C M Y K H S L
Decimal 17 55 54 0.69 0 0.02 0.78 178.42 0.53 0.14
Hex 11 37 36 45 0 2 4E B2 35 E
Octal 21 67 66 105 0 2 116 262 65 16
Binary 10001 110111 110110 1000101 0 10 1001110 10110010 110101 1110

Color Harmonies of #113736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113736

Black with #113736

Text Example


Text Example

White with #113736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113736; }

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

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

background-color css

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

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

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

border-color css

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

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

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