#13441F

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

Shades of Deep Fir #13441F

Tints of Deep Fir #13441F

Color information

#13441F (or 0x13441F) is unknown color: approx Deep Fir. HEX triplet: 13, 44 and 1F. RGB value is (19,68,31). Sum of RGB (Red+Green+Blue) = 19+68+31=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 68 (26.95% from 255 or 57.63% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 68 - color contains mainly: green. Hex color #13441F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13441F is #ECBBE0. Grayscale: #313131. Windows color (decimal): -15514593 or 2049043. OLE color: 2049043.

HSL color Cylindrical-coordinate representation of color #13441F: hue angle of 134.69º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #13441F is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB196831-
CMYK0.7200.540.73
HSL134.69º56.32%17.06%-
HSV(B)134.69º72.06%26.67%-
XYZ2.584.372-
YUV49.13117.77106.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.10%
GREEN value IS 68 (26.95% from 255) = 57.63%
BLUE value IS 31 (12.5% from 255) = 26.27%
R=16.10%
G=57.63%
B=26.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1968310.7200.540.73134.6956.3217.06
Hex13441F4803649873811
Octal23104371100661112077021
Binary100111000100111111001000011011010010011000011111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13441F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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