#183D40

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

Shades of Nordic #183D40

Tints of Nordic #183D40

Color information

#183D40 (or 0x183D40) is unknown color: approx Nordic. HEX triplet: 18, 3D and 40. RGB value is (24,61,64). Sum of RGB (Red+Green+Blue) = 24+61+64=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 64 - color contains mainly: blue. Hex color #183D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183D40 is #E7C2BF. Grayscale: #323232. Windows color (decimal): -15188672 or 4209944. OLE color: 4209944.

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

Color convert

RGB246164-
CMYK0.620.0500.75
HSL184.5º45.45%17.25%-
HSV(B)184.5º62.5%25.1%-
XYZ2.973.95.45-
YUV50.28135.74109.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.11%
GREEN value IS 61 (24.22% from 255) = 40.94%
BLUE value IS 64 (25.39% from 255) = 42.95%
R=16.11%
G=40.94%
B=42.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2461640.620.0500.75184.545.4517.25
Hex183D403E504Bb82d11
Octal307510076501132705521
Binary110001111011000000111110101010010111011100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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