#143521

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

Shades of Deep Fir #143521

Tints of Deep Fir #143521

Color information

#143521 (or 0x143521) is unknown color: approx Deep Fir. HEX triplet: 14, 35 and 21. RGB value is (20,53,33). Sum of RGB (Red+Green+Blue) = 20+53+33=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 53 (21.09% from 255 or 50% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 53 - color contains mainly: green. Hex color #143521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143521 is #EBCADE. Grayscale: #282828. Windows color (decimal): -15452895 or 2176276. OLE color: 2176276.

HSL color Cylindrical-coordinate representation of color #143521: hue angle of 143.64º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #143521 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.79.

Color convert

RGB205333-
CMYK0.6200.380.79
HSL143.64º45.21%14.31%-
HSV(B)143.64º62.26%20.78%-
XYZ1.842.81.88-
YUV40.85123.57113.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.87%
GREEN value IS 53 (21.09% from 255) = 50%
BLUE value IS 33 (13.28% from 255) = 31.13%
R=18.87%
G=50%
B=31.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2053330.6200.380.79143.6445.2114.31
Hex1435213E0264F902de
Octal246541760461172205516
Binary1010011010110000111111001001101001111100100001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143521; }

 p { color: rgb(20,53,33); }

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

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

 a { background-color: rgb(20,53,33); }

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

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

 span { border-color: rgb(20,53,33); }

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