#143436

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

Shades of Nordic #143436

Tints of Nordic #143436

Color information

#143436 (or 0x143436) is unknown color: approx Nordic. HEX triplet: 14, 34 and 36. RGB value is (20,52,54). Sum of RGB (Red+Green+Blue) = 20+52+54=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 54 (21.48% from 255 or 42.86% from 126); Max value from RGB is 54 - color contains mainly: blue. Hex color #143436 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143436 is #EBCBC9. Grayscale: #2A2A2A. Windows color (decimal): -15453130 or 3552276. OLE color: 3552276.

HSL color Cylindrical-coordinate representation of color #143436: hue angle of 183.53º 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 #143436 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB205254-
CMYK0.630.0400.79
HSL183.53º45.95%14.51%-
HSV(B)183.53º62.96%21.18%-
XYZ2.182.873.93-
YUV42.66134.4111.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.87%
GREEN value IS 52 (20.70% from 255) = 41.27%
BLUE value IS 54 (21.48% from 255) = 42.86%
R=15.87%
G=41.27%
B=42.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2052540.630.0400.79183.5345.9514.51
Hex1434363F404Fb82ef
Octal24646677401172705617
Binary1010011010011011011111110001001111101110001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143436; }

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

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

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

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

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

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

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

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