#14341D

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

Shades of Deep Fir #14341D

Tints of Deep Fir #14341D

Color information

#14341D (or 0x14341D) is unknown color: approx Deep Fir. HEX triplet: 14, 34 and 1D. RGB value is (20,52,29). Sum of RGB (Red+Green+Blue) = 20+52+29=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 52 (20.70% from 255 or 51.49% from 101); Blue value is 29 (11.72% from 255 or 28.71% from 101); Max value from RGB is 52 - color contains mainly: green. Hex color #14341D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14341D is #EBCBE2. Grayscale: #272727. Windows color (decimal): -15453155 or 1913876. OLE color: 1913876.

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

Color convert

RGB205229-
CMYK0.6200.440.80
HSL136.88º44.44%14.12%-
HSV(B)136.88º61.54%20.39%-
XYZ1.742.691.59-
YUV39.81121.9113.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.80%
GREEN value IS 52 (20.70% from 255) = 51.49%
BLUE value IS 29 (11.72% from 255) = 28.71%
R=19.80%
G=51.49%
B=28.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2052290.6200.440.80136.8844.4414.12
Hex14341D3E02C50892ce
Octal246435760541202115416
Binary101001101001110111111001011001010000100010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14341D; }

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

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

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

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

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

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

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

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