#163937

Color #163937 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #163937

Tints of Nordic #163937

Color information

#163937 (or 0x163937) is unknown color: approx Nordic. HEX triplet: 16, 39 and 37. RGB value is (22,57,55). Sum of RGB (Red+Green+Blue) = 22+57+55=134 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.42% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 55 (21.88% from 255 or 41.04% from 134); Max value from RGB is 57 - color contains mainly: green. Hex color #163937 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163937 is #E9C6C8. Grayscale: #2E2E2E. Windows color (decimal): -15320777 or 3619094. OLE color: 3619094.

HSL color Cylindrical-coordinate representation of color #163937: hue angle of 176.57º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #163937 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB225755-
CMYK0.6100.040.78
HSL176.57º44.3%15.49%-
HSV(B)176.57º61.4%22.35%-
XYZ2.483.374.13-
YUV46.31132.9110.66-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.42%
GREEN value IS 57 (22.66% from 255) = 42.54%
BLUE value IS 55 (21.88% from 255) = 41.04%
R=16.42%
G=42.54%
B=41.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2257550.6100.040.78176.5744.315.49
Hex1639373D044Eb12cf
Octal26716775041162615417
Binary1011011100111011111110101001001110101100011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163937; }

 p { color: rgb(22,57,55); }

 H1.HeaderClassName
 {
   color: #163937;
 }
 .AnyTagClassName
 {
   color: #163937;
 }
</style>
background-color css

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

 a { background-color: rgb(22,57,55); }

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

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

 span { border-color: rgb(22,57,55); }

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