#13401E

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

Shades of Deep Fir #13401E

Tints of Deep Fir #13401E

Color information

#13401E (or 0x13401E) is unknown color: approx Deep Fir. HEX triplet: 13, 40 and 1E. RGB value is (19,64,30). Sum of RGB (Red+Green+Blue) = 19+64+30=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #13401E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13401E is #ECBFE1. Grayscale: #2E2E2E. Windows color (decimal): -15515618 or 1982483. OLE color: 1982483.

HSL color Cylindrical-coordinate representation of color #13401E: hue angle of 134.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13401E is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB196430-
CMYK0.7000.530.75
HSL134.67º54.22%16.27%-
HSV(B)134.67º70.31%25.1%-
XYZ2.343.91.86-
YUV46.67118.59108.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.81%
GREEN value IS 64 (25.39% from 255) = 56.64%
BLUE value IS 30 (12.11% from 255) = 26.55%
R=16.81%
G=56.64%
B=26.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1964300.7000.530.75134.6754.2216.27
Hex13401E460354B873610
Octal23100361060651132076620
Binary100111000000111101000110011010110010111000011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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