#143420

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

Shades of Deep Fir #143420

Tints of Deep Fir #143420

Color information

#143420 (or 0x143420) is unknown color: approx Deep Fir. HEX triplet: 14, 34 and 20. RGB value is (20,52,32). Sum of RGB (Red+Green+Blue) = 20+52+32=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 52 (20.70% from 255 or 50% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 52 - color contains mainly: green. Hex color #143420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143420 is #EBCBDF. Grayscale: #282828. Windows color (decimal): -15453152 or 2110484. OLE color: 2110484.

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

Color convert

RGB205232-
CMYK0.6200.380.80
HSL142.5º44.44%14.12%-
HSV(B)142.5º61.54%20.39%-
XYZ1.782.711.8-
YUV40.15123.4113.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.23%
GREEN value IS 52 (20.70% from 255) = 50%
BLUE value IS 32 (12.89% from 255) = 30.77%
R=19.23%
G=50%
B=30.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2052320.6200.380.80142.544.4414.12
Hex1434203E026508e2ce
Octal246440760461202165416
Binary1010011010010000011111001001101010000100011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143420; }

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

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

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

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

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

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

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

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