#13481E

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

Shades of Deep Fir #13481E

Tints of Deep Fir #13481E

Color information

#13481E (or 0x13481E) is unknown color: approx Deep Fir. HEX triplet: 13, 48 and 1E. RGB value is (19,72,30). Sum of RGB (Red+Green+Blue) = 19+72+30=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 72 (28.52% from 255 or 59.50% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 72 - color contains mainly: green. Hex color #13481E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13481E is #ECB7E1. Grayscale: #333333. Windows color (decimal): -15513570 or 1984531. OLE color: 1984531.

HSL color Cylindrical-coordinate representation of color #13481E: hue angle of 132.45º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13481E is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB197230-
CMYK0.7400.580.72
HSL132.45º58.24%17.84%-
HSV(B)132.45º73.61%28.24%-
XYZ2.824.872.02-
YUV51.36115.94104.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.70%
GREEN value IS 72 (28.52% from 255) = 59.50%
BLUE value IS 30 (12.11% from 255) = 24.79%
R=15.70%
G=59.50%
B=24.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1972300.7400.580.72132.4558.2417.84
Hex13481E4A03A48843a12
Octal23110361120721102047222
Binary100111001000111101001010011101010010001000010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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