#13401A

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

Shades of Deep Fir #13401A

Tints of Deep Fir #13401A

Color information

#13401A (or 0x13401A) is unknown color: approx Deep Fir. HEX triplet: 13, 40 and 1A. RGB value is (19,64,26). Sum of RGB (Red+Green+Blue) = 19+64+26=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 64 (25.39% from 255 or 58.72% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 64 - color contains mainly: green. Hex color #13401A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13401A is #ECBFE5. Grayscale: #2E2E2E. Windows color (decimal): -15515622 or 1720339. OLE color: 1720339.

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

Color convert

RGB196426-
CMYK0.7000.590.75
HSL129.33º54.22%16.27%-
HSV(B)129.33º70.31%25.1%-
XYZ2.293.881.61-
YUV46.21116.59108.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.43%
GREEN value IS 64 (25.39% from 255) = 58.72%
BLUE value IS 26 (10.55% from 255) = 23.85%
R=17.43%
G=58.72%
B=23.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1964260.7000.590.75129.3354.2216.27
Hex13401A4603B4B813610
Octal23100321060731132016620
Binary100111000000110101000110011101110010111000000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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