#13471E

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

Shades of Deep Fir #13471E

Tints of Deep Fir #13471E

Color information

#13471E (or 0x13471E) is unknown color: approx Deep Fir. HEX triplet: 13, 47 and 1E. RGB value is (19,71,30). Sum of RGB (Red+Green+Blue) = 19+71+30=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 71 (28.12% from 255 or 59.17% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 71 - color contains mainly: green. Hex color #13471E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13471E is #ECB8E1. Grayscale: #323232. Windows color (decimal): -15513826 or 1984275. OLE color: 1984275.

HSL color Cylindrical-coordinate representation of color #13471E: hue angle of 132.69º 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 #13471E is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB197130-
CMYK0.7300.580.72
HSL132.69º57.78%17.65%-
HSV(B)132.69º73.24%27.84%-
XYZ2.764.742-
YUV50.78116.27105.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.83%
GREEN value IS 71 (28.12% from 255) = 59.17%
BLUE value IS 30 (12.11% from 255) = 25%
R=15.83%
G=59.17%
B=25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1971300.7300.580.72132.6957.7817.65
Hex13471E4903A48853a12
Octal23107361110721102057222
Binary100111000111111101001001011101010010001000010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13471E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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