#123939

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

Shades of Nordic #123939

Tints of Nordic #123939

Color information

#123939 (or 0x123939) is unknown color: approx Nordic. HEX triplet: 12, 39 and 39. RGB value is (18,57,57). Sum of RGB (Red+Green+Blue) = 18+57+57=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 57 (22.66% from 255 or 43.18% from 132); Blue value is 57 (22.66% from 255 or 43.18% from 132); Max value from RGB is 57 - color contains mainly: green, blue. Hex color #123939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123939 is #EDC6C6. Grayscale: #2D2D2D. Windows color (decimal): -15582919 or 3750162. OLE color: 3750162.

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

Color convert

RGB185757-
CMYK0.68000.78
HSL180º52%14.71%-
HSV(B)180º68.42%22.35%-
XYZ2.453.354.39-
YUV45.34134.58108.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 57 (22.66% from 255) = 43.18%
BLUE value IS 57 (22.66% from 255) = 43.18%
R=13.64%
G=43.18%
B=43.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1857570.68000.781805214.71
Hex12393944004Eb434f
Octal227171104001162646417
Binary100101110011110011000100001001110101101001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123939; }

 p { color: rgb(18,57,57); }

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

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

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

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

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

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

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