#13451F

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

Shades of Deep Fir #13451F

Tints of Deep Fir #13451F

Color information

#13451F (or 0x13451F) is unknown color: approx Deep Fir. HEX triplet: 13, 45 and 1F. RGB value is (19,69,31). Sum of RGB (Red+Green+Blue) = 19+69+31=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 69 (27.34% from 255 or 57.98% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 69 - color contains mainly: green. Hex color #13451F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13451F is #ECBAE0. Grayscale: #313131. Windows color (decimal): -15514337 or 2049299. OLE color: 2049299.

HSL color Cylindrical-coordinate representation of color #13451F: hue angle of 134.4º degrees, saturation: 0.57, 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 #13451F is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.73.

Color convert

RGB196931-
CMYK0.7200.550.73
HSL134.4º56.82%17.25%-
HSV(B)134.4º72.46%27.06%-
XYZ2.644.492.02-
YUV49.72117.44106.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.97%
GREEN value IS 69 (27.34% from 255) = 57.98%
BLUE value IS 31 (12.5% from 255) = 26.05%
R=15.97%
G=57.98%
B=26.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1969310.7200.550.73134.456.8217.25
Hex13451F4803749863911
Octal23105371100671112067121
Binary100111000101111111001000011011110010011000011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13451F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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