#13361F

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

Shades of Deep Fir #13361F

Tints of Deep Fir #13361F

Color information

#13361F (or 0x13361F) is unknown color: approx Deep Fir. HEX triplet: 13, 36 and 1F. RGB value is (19,54,31). Sum of RGB (Red+Green+Blue) = 19+54+31=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 54 (21.48% from 255 or 51.92% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 54 - color contains mainly: green. Hex color #13361F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13361F is #ECC9E0. Grayscale: #282828. Windows color (decimal): -15518177 or 2045459. OLE color: 2045459.

HSL color Cylindrical-coordinate representation of color #13361F: hue angle of 140.57º 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 #13361F is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB195431-
CMYK0.6500.430.79
HSL140.57º47.95%14.31%-
HSV(B)140.57º64.81%21.18%-
XYZ1.842.881.75-
YUV40.91122.4112.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.27%
GREEN value IS 54 (21.48% from 255) = 51.92%
BLUE value IS 31 (12.5% from 255) = 29.81%
R=18.27%
G=51.92%
B=29.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1954310.6500.430.79140.5747.9514.31
Hex13361F4102B4F8d30e
Octal2366371010531172156016
Binary1001111011011111100000101010111001111100011011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13361F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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