#13361D

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

Shades of Deep Fir #13361D

Tints of Deep Fir #13361D

Color information

#13361D (or 0x13361D) is unknown color: approx Deep Fir. HEX triplet: 13, 36 and 1D. RGB value is (19,54,29). Sum of RGB (Red+Green+Blue) = 19+54+29=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 54 (21.48% from 255 or 52.94% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 54 - color contains mainly: green. Hex color #13361D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13361D is #ECC9E2. Grayscale: #282828. Windows color (decimal): -15518179 or 1914387. OLE color: 1914387.

HSL color Cylindrical-coordinate representation of color #13361D: hue angle of 137.14º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #13361D is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.

Color convert

RGB195429-
CMYK0.6500.460.79
HSL137.14º47.95%14.31%-
HSV(B)137.14º64.81%21.18%-
XYZ1.812.871.62-
YUV40.68121.4112.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.63%
GREEN value IS 54 (21.48% from 255) = 52.94%
BLUE value IS 29 (11.72% from 255) = 28.43%
R=18.63%
G=52.94%
B=28.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1954290.6500.460.79137.1447.9514.31
Hex13361D4102E4F8930e
Octal2366351010561172116016
Binary1001111011011101100000101011101001111100010011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13361D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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