#13471D

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

Shades of Deep Fir #13471D

Tints of Deep Fir #13471D

Color information

#13471D (or 0x13471D) is unknown color: approx Deep Fir. HEX triplet: 13, 47 and 1D. RGB value is (19,71,29). Sum of RGB (Red+Green+Blue) = 19+71+29=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 71 (28.12% from 255 or 59.66% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 71 - color contains mainly: green. Hex color #13471D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13471D is #ECB8E2. Grayscale: #323232. Windows color (decimal): -15513827 or 1918739. OLE color: 1918739.

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

Color convert

RGB197129-
CMYK0.7300.590.72
HSL131.54º57.78%17.65%-
HSV(B)131.54º73.24%27.84%-
XYZ2.744.731.93-
YUV50.66115.77105.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.97%
GREEN value IS 71 (28.12% from 255) = 59.66%
BLUE value IS 29 (11.72% from 255) = 24.37%
R=15.97%
G=59.66%
B=24.37%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1971290.7300.590.72131.5457.7817.65
Hex13471D4903B48843a12
Octal23107351110731102047222
Binary100111000111111011001001011101110010001000010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13471D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,71,29); }

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

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

 a { background-color: rgb(19,71,29); }

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

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

 span { border-color: rgb(19,71,29); }

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