#13421D

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

Shades of Deep Fir #13421D

Tints of Deep Fir #13421D

Color information

#13421D (or 0x13421D) is unknown color: approx Deep Fir. HEX triplet: 13, 42 and 1D. RGB value is (19,66,29). Sum of RGB (Red+Green+Blue) = 19+66+29=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 66 (26.17% from 255 or 57.89% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 66 - color contains mainly: green. Hex color #13421D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13421D is #ECBDE2. Grayscale: #2F2F2F. Windows color (decimal): -15515107 or 1917459. OLE color: 1917459.

HSL color Cylindrical-coordinate representation of color #13421D: hue angle of 132.77º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #13421D is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB196629-
CMYK0.7100.560.74
HSL132.77º55.29%16.67%-
HSV(B)132.77º71.21%25.88%-
XYZ2.444.121.83-
YUV47.73117.43107.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.67%
GREEN value IS 66 (26.17% from 255) = 57.89%
BLUE value IS 29 (11.72% from 255) = 25.44%
R=16.67%
G=57.89%
B=25.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1966290.7100.560.74132.7755.2916.67
Hex13421D470384A853711
Octal23102351070701122056721
Binary100111000010111011000111011100010010101000010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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