#13411F

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

Shades of Deep Fir #13411F

Tints of Deep Fir #13411F

Color information

#13411F (or 0x13411F) is unknown color: approx Deep Fir. HEX triplet: 13, 41 and 1F. RGB value is (19,65,31). Sum of RGB (Red+Green+Blue) = 19+65+31=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 65 (25.78% from 255 or 56.52% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 65 - color contains mainly: green. Hex color #13411F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13411F is #ECBEE0. Grayscale: #2F2F2F. Windows color (decimal): -15515361 or 2048275. OLE color: 2048275.

HSL color Cylindrical-coordinate representation of color #13411F: hue angle of 135.65º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #13411F is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB196531-
CMYK0.7100.520.75
HSL135.65º54.76%16.47%-
HSV(B)135.65º70.77%25.49%-
XYZ2.414.021.95-
YUV47.37118.76107.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.52%
GREEN value IS 65 (25.78% from 255) = 56.52%
BLUE value IS 31 (12.5% from 255) = 26.96%
R=16.52%
G=56.52%
B=26.96%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1965310.7100.520.75135.6554.7616.47
Hex13411F470344B883710
Octal23101371070641132106720
Binary100111000001111111000111011010010010111000100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13411F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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