#13421E

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

Shades of Deep Fir #13421E

Tints of Deep Fir #13421E

Color information

#13421E (or 0x13421E) is unknown color: approx Deep Fir. HEX triplet: 13, 42 and 1E. RGB value is (19,66,30). Sum of RGB (Red+Green+Blue) = 19+66+30=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 66 (26.17% from 255 or 57.39% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 66 - color contains mainly: green. Hex color #13421E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13421E is #ECBDE1. Grayscale: #2F2F2F. Windows color (decimal): -15515106 or 1982995. OLE color: 1982995.

HSL color Cylindrical-coordinate representation of color #13421E: hue angle of 134.04º 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 #13421E is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB196630-
CMYK0.7100.550.74
HSL134.04º55.29%16.67%-
HSV(B)134.04º71.21%25.88%-
XYZ2.454.131.9-
YUV47.84117.93107.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.52%
GREEN value IS 66 (26.17% from 255) = 57.39%
BLUE value IS 30 (12.11% from 255) = 26.09%
R=16.52%
G=57.39%
B=26.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1966300.7100.550.74134.0455.2916.67
Hex13421E470374A863711
Octal23102361070671122066721
Binary100111000010111101000111011011110010101000011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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