#143534

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

Shades of Nordic #143534

Tints of Nordic #143534

Color information

#143534 (or 0x143534) is unknown color: approx Nordic. HEX triplet: 14, 35 and 34. RGB value is (20,53,52). Sum of RGB (Red+Green+Blue) = 20+53+52=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 52 (20.70% from 255 or 41.6% from 125); Max value from RGB is 53 - color contains mainly: green. Hex color #143534 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143534 is #EBCACB. Grayscale: #2A2A2A. Windows color (decimal): -15452876 or 3421460. OLE color: 3421460.

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

Color convert

RGB205352-
CMYK0.6200.020.79
HSL178.18º45.21%14.31%-
HSV(B)178.18º62.26%20.78%-
XYZ2.182.943.7-
YUV43.02133.07111.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16%
GREEN value IS 53 (21.09% from 255) = 42.4%
BLUE value IS 52 (20.70% from 255) = 41.6%
R=16%
G=42.4%
B=41.6%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2053520.6200.020.79178.1845.2114.31
Hex1435343E024Fb22de
Octal24656476021172625516
Binary101001101011101001111100101001111101100101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143534; }

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

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

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

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

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

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

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

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