#13401C

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

Shades of Deep Fir #13401C

Tints of Deep Fir #13401C

Color information

#13401C (or 0x13401C) is unknown color: approx Deep Fir. HEX triplet: 13, 40 and 1C. RGB value is (19,64,28). Sum of RGB (Red+Green+Blue) = 19+64+28=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 64 (25.39% from 255 or 57.66% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 64 - color contains mainly: green. Hex color #13401C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13401C is #ECBFE3. Grayscale: #2E2E2E. Windows color (decimal): -15515620 or 1851411. OLE color: 1851411.

HSL color Cylindrical-coordinate representation of color #13401C: hue angle of 132º 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 #13401C is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB196428-
CMYK0.7000.560.75
HSL132º54.22%16.27%-
HSV(B)132º70.31%25.1%-
XYZ2.313.891.73-
YUV46.44117.59108.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.12%
GREEN value IS 64 (25.39% from 255) = 57.66%
BLUE value IS 28 (11.33% from 255) = 25.23%
R=17.12%
G=57.66%
B=25.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1964280.7000.560.7513254.2216.27
Hex13401C460384B843610
Octal23100341060701132046620
Binary100111000000111001000110011100010010111000010011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13401C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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