#143434

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

Shades of Nordic #143434

Tints of Nordic #143434

Color information

#143434 (or 0x143434) is unknown color: approx Nordic. HEX triplet: 14, 34 and 34. RGB value is (20,52,52). Sum of RGB (Red+Green+Blue) = 20+52+52=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 52 (20.70% from 255 or 41.94% from 124); Max value from RGB is 52 - color contains mainly: green, blue. Hex color #143434 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143434 is #EBCBCB. Grayscale: #2A2A2A. Windows color (decimal): -15453132 or 3421204. OLE color: 3421204.

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

Color convert

RGB205252-
CMYK0.62000.80
HSL180º44.44%14.12%-
HSV(B)180º61.54%20.39%-
XYZ2.142.853.69-
YUV42.43133.4112-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.13%
GREEN value IS 52 (20.70% from 255) = 41.94%
BLUE value IS 52 (20.70% from 255) = 41.94%
R=16.13%
G=41.94%
B=41.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2052520.62000.8018044.4414.12
Hex1434343E0050b42ce
Octal24646476001202645416
Binary10100110100110100111110001010000101101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143434; }

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

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

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

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

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

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

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

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