#143620

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

Shades of Deep Fir #143620

Tints of Deep Fir #143620

Color information

#143620 (or 0x143620) is unknown color: approx Deep Fir. HEX triplet: 14, 36 and 20. RGB value is (20,54,32). Sum of RGB (Red+Green+Blue) = 20+54+32=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 54 (21.48% from 255 or 50.94% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 54 - color contains mainly: green. Hex color #143620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143620 is #EBC9DF. Grayscale: #292929. Windows color (decimal): -15452640 or 2110996. OLE color: 2110996.

HSL color Cylindrical-coordinate representation of color #143620: hue angle of 141.18º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #143620 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.79.

Color convert

RGB205432-
CMYK0.6300.410.79
HSL141.18º45.95%14.51%-
HSV(B)141.18º62.96%21.18%-
XYZ1.872.891.83-
YUV41.33122.74112.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.87%
GREEN value IS 54 (21.48% from 255) = 50.94%
BLUE value IS 32 (12.89% from 255) = 30.19%
R=18.87%
G=50.94%
B=30.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2054320.6300.410.79141.1845.9514.51
Hex1436203F0294F8d2ef
Octal246640770511172155617
Binary1010011011010000011111101010011001111100011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143620; }

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

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

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

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

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

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

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

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