#143722

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

Shades of Deep Fir #143722

Tints of Deep Fir #143722

Color information

#143722 (or 0x143722) is unknown color: approx Deep Fir. HEX triplet: 14, 37 and 22. RGB value is (20,55,34). Sum of RGB (Red+Green+Blue) = 20+55+34=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 55 (21.88% from 255 or 50.46% from 109); Blue value is 34 (13.67% from 255 or 31.19% from 109); Max value from RGB is 55 - color contains mainly: green. Hex color #143722 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143722 is #EBC8DD. Grayscale: #2A2A2A. Windows color (decimal): -15452382 or 2242324. OLE color: 2242324.

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

Color convert

RGB205534-
CMYK0.6400.380.78
HSL144º46.67%14.71%-
HSV(B)144º63.64%21.57%-
XYZ1.9431.99-
YUV42.14123.4112.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.35%
GREEN value IS 55 (21.88% from 255) = 50.46%
BLUE value IS 34 (13.67% from 255) = 31.19%
R=18.35%
G=50.46%
B=31.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2055340.6400.380.7814446.6714.71
Hex143722400264E902ff
Octal2467421000461162205717
Binary10100110111100010100000001001101001110100100001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143722; }

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

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

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

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

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

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

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

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