#14431D

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

Shades of Deep Fir #14431D

Tints of Deep Fir #14431D

Color information

#14431D (or 0x14431D) is unknown color: approx Deep Fir. HEX triplet: 14, 43 and 1D. RGB value is (20,67,29). Sum of RGB (Red+Green+Blue) = 20+67+29=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 67 (26.56% from 255 or 57.76% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 67 - color contains mainly: green. Hex color #14431D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14431D is #EBBCE2. Grayscale: #303030. Windows color (decimal): -15449315 or 1917716. OLE color: 1917716.

HSL color Cylindrical-coordinate representation of color #14431D: hue angle of 131.49º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #14431D is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.74.

Color convert

RGB206729-
CMYK0.7000.570.74
HSL131.49º54.02%17.06%-
HSV(B)131.49º70.15%26.27%-
XYZ2.524.251.85-
YUV48.61116.93107.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.24%
GREEN value IS 67 (26.56% from 255) = 57.76%
BLUE value IS 29 (11.72% from 255) = 25%
R=17.24%
G=57.76%
B=25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2067290.7000.570.74131.4954.0217.06
Hex14431D460394A833611
Octal24103351060711122036621
Binary101001000011111011000110011100110010101000001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14431D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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