#143636

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

Shades of Nordic #143636

Tints of Nordic #143636

Color information

#143636 (or 0x143636) is unknown color: approx Nordic. HEX triplet: 14, 36 and 36. RGB value is (20,54,54). Sum of RGB (Red+Green+Blue) = 20+54+54=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 54 (21.48% from 255 or 42.19% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 54 - color contains mainly: green, blue. Hex color #143636 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143636 is #EBC9C9. Grayscale: #2B2B2B. Windows color (decimal): -15452618 or 3552788. OLE color: 3552788.

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

Color convert

RGB205454-
CMYK0.63000.79
HSL180º45.95%14.51%-
HSV(B)180º62.96%21.18%-
XYZ2.273.053.96-
YUV43.83133.74111-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.62%
GREEN value IS 54 (21.48% from 255) = 42.19%
BLUE value IS 54 (21.48% from 255) = 42.19%
R=15.62%
G=42.19%
B=42.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2054540.63000.7918045.9514.51
Hex1436363F004Fb42ef
Octal24666677001172645617
Binary10100110110110110111111001001111101101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143636; }

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

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

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

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

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

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

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

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