#123636

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

Shades of Nordic #123636

Tints of Nordic #123636

Color information

#123636 (or 0x123636) is unknown color: approx Nordic. HEX triplet: 12, 36 and 36. RGB value is (18,54,54). Sum of RGB (Red+Green+Blue) = 18+54+54=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 54 (21.48% from 255 or 42.86% from 126); Blue value is 54 (21.48% from 255 or 42.86% from 126); Max value from RGB is 54 - color contains mainly: green, blue. Hex color #123636 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123636 is #EDC9C9. Grayscale: #2B2B2B. Windows color (decimal): -15583690 or 3552786. OLE color: 3552786.

HSL color Cylindrical-coordinate representation of color #123636: hue angle of 180º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #123636 is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB185454-
CMYK0.67000.79
HSL180º50%14.12%-
HSV(B)180º66.67%21.18%-
XYZ2.233.033.96-
YUV43.24134.07110-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.29%
GREEN value IS 54 (21.48% from 255) = 42.86%
BLUE value IS 54 (21.48% from 255) = 42.86%
R=14.29%
G=42.86%
B=42.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1854540.67000.791805014.12
Hex12363643004Fb432e
Octal226666103001172646216
Binary100101101101101101000011001001111101101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123636; }

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

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

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

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

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

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

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

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