Html Css Color HEX #163D40 Nordic

📋 copy color: '#163D40'

red 22 ◦ green 61 ◦ blue 64

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

Shades of Nordic #163D40

Tints of Nordic #163D40

RGB

 RED value IS 22 (8.98% from 255) = 14.97%

 GREEN value IS 61 (24.22% from 255) = 41.5%

 BLUE value IS 64 (25.39% from 255) = 43.54%

R = 14.97%
G = 41.5%
B = 43.54%

CMYK

 C value IS 0.66

 M value IS 0.05

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#163D40 (or 0x163D40) is known color: Nordic. HEX triplet: 16, 3D and 40. RGB value is (22,61,64). Sum of RGB (Red+Green+Blue) = 22+61+64=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 61 (24.22% from 255 or 41.50% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 64 - color contains mainly: blue. Hex color #163D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163D40 is #E9C2BF. Grayscale: #313131. Windows color (decimal): -15319744 or 4209942. OLE color: 4209942.

HSL color Cylindrical-coordinate representation of color #163D40: hue angle of 184.29º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #163D40 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 22 61 64 -
CMYK 0.66 0.05 0 0.75
HSL 184.29º 0.49% 0.17% -
HSV(B) 184.29º 0.66% 0.25% -
XYZ 2.93 3.88 5.44 -
YUV 49.68 136.08 108.26 -
System Red Green Blue C M Y K H S L
Decimal 22 61 64 0.66 0.05 0 0.75 184.29 0.49 0.17
Hex 16 3D 40 42 5 0 4B B8 31 11
Octal 26 75 100 102 5 0 113 270 61 21
Binary 10110 111101 1000000 1000010 101 0 1001011 10111000 110001 10001

Color Harmonies of #163D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163D40

Black with #163D40

Text Example


Text Example

White with #163D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163D40; }

 p { color: rgb(22,61,64); }

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

background-color css

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

 a { background-color: rgb(22,61,64); }

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

border-color css

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

 span { border-color: rgb(22,61,64); }

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