#143719

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

Shades of Deep Fir #143719

Tints of Deep Fir #143719

Color information

#143719 (or 0x143719) is unknown color: approx Deep Fir. HEX triplet: 14, 37 and 19. RGB value is (20,55,25). Sum of RGB (Red+Green+Blue) = 20+55+25=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 55 (21.88% from 255 or 55% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 55 - color contains mainly: green. Hex color #143719 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143719 is #EBC8E6. Grayscale: #292929. Windows color (decimal): -15452391 or 1652500. OLE color: 1652500.

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

Color convert

RGB205525-
CMYK0.6400.550.78
HSL128.57º46.67%14.71%-
HSV(B)128.57º63.64%21.57%-
XYZ1.832.951.39-
YUV41.11118.9112.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20%
GREEN value IS 55 (21.88% from 255) = 55%
BLUE value IS 25 (10.16% from 255) = 25%
R=20%
G=55%
B=25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2055250.6400.550.78128.5746.6714.71
Hex143719400374E812ff
Octal2467311000671162015717
Binary1010011011111001100000001101111001110100000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143719; }

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

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

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

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

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

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

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

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