Html Css Color HEX #113636 Nordic

📋 copy color: '#113636'

red 17 ◦ green 54 ◦ blue 54

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

Shades of Nordic #113636

Tints of Nordic #113636

RGB

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

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

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

R = 13.6%
G = 43.2%
B = 43.2%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#113636 (or 0x113636) is known color: Nordic. HEX triplet: 11, 36 and 36. RGB value is (17,54,54). Sum of RGB (Red+Green+Blue) = 17+54+54=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 54 (21.48% from 255 or 43.2% from 125); Max value from RGB is 54 - color contains mainly: green, blue. Hex color #113636 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113636 is #EEC9C9. Grayscale: #2A2A2A. Windows color (decimal): -15649226 or 3552785. OLE color: 3552785.

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

Color convert

RGB 17 54 54 -
CMYK 0.69 0 0 0.79
HSL 180º 0.52% 0.14% -
HSV(B) 180º 0.69% 0.21% -
XYZ 2.22 3.02 3.96 -
YUV 42.94 134.24 109.5 -
System Red Green Blue C M Y K H S L
Decimal 17 54 54 0.69 0 0 0.79 180 0.52 0.14
Hex 11 36 36 45 0 0 4F B4 34 E
Octal 21 66 66 105 0 0 117 264 64 16
Binary 10001 110110 110110 1000101 0 0 1001111 10110100 110100 1110

Color Harmonies of #113636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113636

Black with #113636

Text Example


Text Example

White with #113636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113636; }

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

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

background-color css

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

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

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

border-color css

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

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

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