#123836

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

Shades of Nordic #123836

Tints of Nordic #123836

Color information

#123836 (or 0x123836) is unknown color: approx Nordic. HEX triplet: 12, 38 and 36. RGB value is (18,56,54). Sum of RGB (Red+Green+Blue) = 18+56+54=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 56 (22.27% from 255 or 43.75% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 56 - color contains mainly: green. Hex color #123836 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123836 is #EDC7C9. Grayscale: #2C2C2C. Windows color (decimal): -15583178 or 3553298. OLE color: 3553298.

HSL color Cylindrical-coordinate representation of color #123836: hue angle of 176.84º degrees, saturation: 0.51, 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 #123836 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB185654-
CMYK0.6800.040.78
HSL176.84º51.35%14.51%-
HSV(B)176.84º67.86%21.96%-
XYZ2.333.223.99-
YUV44.41133.41109.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.06%
GREEN value IS 56 (22.27% from 255) = 43.75%
BLUE value IS 54 (21.48% from 255) = 42.19%
R=14.06%
G=43.75%
B=42.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1856540.6800.040.78176.8451.3514.51
Hex12383644044Eb133f
Octal227066104041162616317
Binary10010111000110110100010001001001110101100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123836; }

 p { color: rgb(18,56,54); }

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

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

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

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

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

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

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