#13431C

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

Shades of Deep Fir #13431C

Tints of Deep Fir #13431C

Color information

#13431C (or 0x13431C) is unknown color: approx Deep Fir. HEX triplet: 13, 43 and 1C. RGB value is (19,67,28). Sum of RGB (Red+Green+Blue) = 19+67+28=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 67 (26.56% from 255 or 58.77% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 67 - color contains mainly: green. Hex color #13431C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13431C is #ECBCE3. Grayscale: #303030. Windows color (decimal): -15514852 or 1852179. OLE color: 1852179.

HSL color Cylindrical-coordinate representation of color #13431C: hue angle of 131.25º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #13431C is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB196728-
CMYK0.7200.580.74
HSL131.25º55.81%16.86%-
HSV(B)131.25º71.64%26.27%-
XYZ2.494.241.79-
YUV48.2116.6107.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.67%
GREEN value IS 67 (26.56% from 255) = 58.77%
BLUE value IS 28 (11.33% from 255) = 24.56%
R=16.67%
G=58.77%
B=24.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1967280.7200.580.74131.2555.8116.86
Hex13431C4803A4A833811
Octal23103341100721122037021
Binary100111000011111001001000011101010010101000001111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13431C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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