#14361F

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

Shades of Deep Fir #14361F

Tints of Deep Fir #14361F

Color information

#14361F (or 0x14361F) is unknown color: approx Deep Fir. HEX triplet: 14, 36 and 1F. RGB value is (20,54,31). Sum of RGB (Red+Green+Blue) = 20+54+31=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 54 (21.48% from 255 or 51.43% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 54 - color contains mainly: green. Hex color #14361F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14361F is #EBC9E0. Grayscale: #292929. Windows color (decimal): -15452641 or 2045460. OLE color: 2045460.

HSL color Cylindrical-coordinate representation of color #14361F: hue angle of 139.41º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #14361F is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB205431-
CMYK0.6300.430.79
HSL139.41º45.95%14.51%-
HSV(B)139.41º62.96%21.18%-
XYZ1.852.891.76-
YUV41.21122.24112.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.05%
GREEN value IS 54 (21.48% from 255) = 51.43%
BLUE value IS 31 (12.5% from 255) = 29.52%
R=19.05%
G=51.43%
B=29.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2054310.6300.430.79139.4145.9514.51
Hex14361F3F02B4F8b2ef
Octal246637770531172135617
Binary101001101101111111111101010111001111100010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14361F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14361F; }

 p { color: rgb(20,54,31); }

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

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

 a { background-color: rgb(20,54,31); }

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

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

 span { border-color: rgb(20,54,31); }

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