#13441C

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

Shades of Deep Fir #13441C

Tints of Deep Fir #13441C

Color information

#13441C (or 0x13441C) is unknown color: approx Deep Fir. HEX triplet: 13, 44 and 1C. RGB value is (19,68,28). Sum of RGB (Red+Green+Blue) = 19+68+28=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 68 (26.95% from 255 or 59.13% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 68 - color contains mainly: green. Hex color #13441C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13441C is #ECBBE3. Grayscale: #303030. Windows color (decimal): -15514596 or 1852435. OLE color: 1852435.

HSL color Cylindrical-coordinate representation of color #13441C: hue angle of 131.02º 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 #13441C is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB196828-
CMYK0.7200.590.73
HSL131.02º56.32%17.06%-
HSV(B)131.02º72.06%26.67%-
XYZ2.554.361.81-
YUV48.79116.27106.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.52%
GREEN value IS 68 (26.95% from 255) = 59.13%
BLUE value IS 28 (11.33% from 255) = 24.35%
R=16.52%
G=59.13%
B=24.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1968280.7200.590.73131.0256.3217.06
Hex13441C4803B49833811
Octal23104341100731112037021
Binary100111000100111001001000011101110010011000001111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13441C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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