Html Css Color HEX #143836 Nordic

📋 copy color: '#143836'

red 20 ◦ green 56 ◦ blue 54

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

Shades of Nordic #143836

Tints of Nordic #143836

RGB

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

 GREEN value IS 56 (22.27% from 255) = 43.08%

 BLUE value IS 54 (21.48% from 255) = 41.54%

R = 15.38%
G = 43.08%
B = 41.54%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#143836 (or 0x143836) is known color: Nordic. HEX triplet: 14, 38 and 36. RGB value is (20,56,54). Sum of RGB (Red+Green+Blue) = 20+56+54=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 54 (21.48% from 255 or 41.54% from 130); Max value from RGB is 56 - color contains mainly: green. Hex color #143836 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143836 is #EBC7C9. Grayscale: #2C2C2C. Windows color (decimal): -15452106 or 3553300. OLE color: 3553300.

HSL color Cylindrical-coordinate representation of color #143836: hue angle of 176.67º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #143836 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 56 54 -
CMYK 0.64 0 0.04 0.78
HSL 176.67º 0.47% 0.15% -
HSV(B) 176.67º 0.64% 0.22% -
XYZ 2.37 3.24 3.99 -
YUV 45.01 133.07 110.16 -
System Red Green Blue C M Y K H S L
Decimal 20 56 54 0.64 0 0.04 0.78 176.67 0.47 0.15
Hex 14 38 36 40 0 4 4E B1 2F F
Octal 24 70 66 100 0 4 116 261 57 17
Binary 10100 111000 110110 1000000 0 100 1001110 10110001 101111 1111

Color Harmonies of #143836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143836

Black with #143836

Text Example


Text Example

White with #143836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143836; }

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

 H1.HeaderClassName
 {
   color: #143836;
 }
 .AnyTagClassName
 {
   color: #143836;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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