#143421

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

Shades of Deep Fir #143421

Tints of Deep Fir #143421

Color information

#143421 (or 0x143421) is unknown color: approx Deep Fir. HEX triplet: 14, 34 and 21. RGB value is (20,52,33). Sum of RGB (Red+Green+Blue) = 20+52+33=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 52 (20.70% from 255 or 49.52% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 52 - color contains mainly: green. Hex color #143421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143421 is #EBCBDE. Grayscale: #282828. Windows color (decimal): -15453151 or 2176020. OLE color: 2176020.

HSL color Cylindrical-coordinate representation of color #143421: hue angle of 144.38º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #143421 is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.80.

Color convert

RGB205233-
CMYK0.6200.370.80
HSL144.38º44.44%14.12%-
HSV(B)144.38º61.54%20.39%-
XYZ1.792.711.87-
YUV40.27123.9113.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.05%
GREEN value IS 52 (20.70% from 255) = 49.52%
BLUE value IS 33 (13.28% from 255) = 31.43%
R=19.05%
G=49.52%
B=31.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2052330.6200.370.80144.3844.4414.12
Hex1434213E02550902ce
Octal246441760451202205416
Binary1010011010010000111111001001011010000100100001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143421; }

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

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

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

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

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

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

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

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