Html Css Color HEX #143534 Nordic

📋 copy color: '#143534'

red 20 ◦ green 53 ◦ blue 52

#143534
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #143534

Tints of Nordic #143534

RGB

 RED value IS 20 (8.2% from 255) = 16%

 GREEN value IS 53 (21.09% from 255) = 42.4%

 BLUE value IS 52 (20.7% from 255) = 41.6%

R = 16%
G = 42.4%
B = 41.6%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.79

RGB Variations

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

Color information

#143534 (or 0x143534) is known color: 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

RGB 20 53 52 -
CMYK 0.62 0 0.02 0.79
HSL 178.18º 0.45% 0.14% -
HSV(B) 178.18º 0.62% 0.21% -
XYZ 2.18 2.94 3.7 -
YUV 43.02 133.07 111.58 -
System Red Green Blue C M Y K H S L
Decimal 20 53 52 0.62 0 0.02 0.79 178.18 0.45 0.14
Hex 14 35 34 3E 0 2 4F B2 2D E
Octal 24 65 64 76 0 2 117 262 55 16
Binary 10100 110101 110100 111110 0 10 1001111 10110010 101101 1110

Color Harmonies of #143534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143534

Black with #143534

Text Example


Text Example

White with #143534

Text Example


Text Example

HTML Codes & Css Web 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>