#14441E

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

Shades of Deep Fir #14441E

Tints of Deep Fir #14441E

Color information

#14441E (or 0x14441E) is unknown color: approx Deep Fir. HEX triplet: 14, 44 and 1E. RGB value is (20,68,30). Sum of RGB (Red+Green+Blue) = 20+68+30=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 68 (26.95% from 255 or 57.63% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 68 - color contains mainly: green. Hex color #14441E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14441E is #EBBBE1. Grayscale: #313131. Windows color (decimal): -15449058 or 1983508. OLE color: 1983508.

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

Color convert

RGB206830-
CMYK0.7100.560.73
HSL132.5º54.55%17.25%-
HSV(B)132.5º70.59%26.67%-
XYZ2.594.381.94-
YUV49.32117.1107.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.95%
GREEN value IS 68 (26.95% from 255) = 57.63%
BLUE value IS 30 (12.11% from 255) = 25.42%
R=16.95%
G=57.63%
B=25.42%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2068300.7100.560.73132.554.5517.25
Hex14441E4703849843711
Octal24104361070701112046721
Binary101001000100111101000111011100010010011000010011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14441E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14441E; }

 p { color: rgb(20,68,30); }

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

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

 a { background-color: rgb(20,68,30); }

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

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

 span { border-color: rgb(20,68,30); }

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