Html Css Color HEX #143723 Deep Fir

📋 copy color: '#143723'

red 20 ◦ green 55 ◦ blue 35

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

Shades of Deep Fir #143723

Tints of Deep Fir #143723

RGB

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

 GREEN value IS 55 (21.88% from 255) = 50%

 BLUE value IS 35 (14.06% from 255) = 31.82%

R = 18.18%
G = 50%
B = 31.82%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.36

 K value IS 0.78

RGB Variations

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

Color information

#143723 (or 0x143723) is known color: Deep Fir. HEX triplet: 14, 37 and 23. RGB value is (20,55,35). Sum of RGB (Red+Green+Blue) = 20+55+35=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 55 (21.88% from 255 or 50% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 55 - color contains mainly: green. Hex color #143723 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143723 is #EBC8DC. Grayscale: #2A2A2A. Windows color (decimal): -15452381 or 2307860. OLE color: 2307860.

HSL color Cylindrical-coordinate representation of color #143723: hue angle of 145.71º 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 #143723 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 55 35 -
CMYK 0.64 0 0.36 0.78
HSL 145.71º 0.47% 0.15% -
HSV(B) 145.71º 0.64% 0.22% -
XYZ 1.96 3 2.07 -
YUV 42.26 123.9 112.13 -
System Red Green Blue C M Y K H S L
Decimal 20 55 35 0.64 0 0.36 0.78 145.71 0.47 0.15
Hex 14 37 23 40 0 24 4E 92 2F F
Octal 24 67 43 100 0 44 116 222 57 17
Binary 10100 110111 100011 1000000 0 100100 1001110 10010010 101111 1111

Color Harmonies of #143723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143723

Black with #143723

Text Example


Text Example

White with #143723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143723; }

 p { color: rgb(20,55,35); }

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

background-color css

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

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

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

border-color css

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

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

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