#14461D

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

Shades of Deep Fir #14461D

Tints of Deep Fir #14461D

Color information

#14461D (or 0x14461D) is unknown color: approx Deep Fir. HEX triplet: 14, 46 and 1D. RGB value is (20,70,29). Sum of RGB (Red+Green+Blue) = 20+70+29=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 70 (27.73% from 255 or 58.82% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 70 - color contains mainly: green. Hex color #14461D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14461D is #EBB9E2. Grayscale: #323232. Windows color (decimal): -15448547 or 1918484. OLE color: 1918484.

HSL color Cylindrical-coordinate representation of color #14461D: hue angle of 130.8º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #14461D is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB207029-
CMYK0.7100.590.73
HSL130.8º55.56%17.65%-
HSV(B)130.8º71.43%27.45%-
XYZ2.74.621.91-
YUV50.38115.94106.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 70 (27.73% from 255) = 58.82%
BLUE value IS 29 (11.72% from 255) = 24.37%
R=16.81%
G=58.82%
B=24.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2070290.7100.590.73130.855.5617.65
Hex14461D4703B49833812
Octal24106351070731112037022
Binary101001000110111011000111011101110010011000001111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14461D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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