Html Css Color HEX #13461D Deep Fir

📋 copy color: '#13461D'

red 19 ◦ green 70 ◦ blue 29

#13461D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #13461D

Tints of Deep Fir #13461D

RGB

 RED value IS 19 (7.81% from 255) = 16.1%

 GREEN value IS 70 (27.73% from 255) = 59.32%

 BLUE value IS 29 (11.72% from 255) = 24.58%

R = 16.1%
G = 59.32%
B = 24.58%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#13461D (or 0x13461D) is known color: Deep Fir. HEX triplet: 13, 46 and 1D. RGB value is (19,70,29). Sum of RGB (Red+Green+Blue) = 19+70+29=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 70 (27.73% from 255 or 59.32% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 70 - color contains mainly: green. Hex color #13461D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13461D is #ECB9E2. Grayscale: #323232. Windows color (decimal): -15514083 or 1918483. OLE color: 1918483.

HSL color Cylindrical-coordinate representation of color #13461D: hue angle of 131.76º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #13461D is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 70 29 -
CMYK 0.73 0 0.59 0.73
HSL 131.76º 0.57% 0.17% -
HSV(B) 131.76º 0.73% 0.27% -
XYZ 2.68 4.61 1.91 -
YUV 50.08 116.1 105.83 -
System Red Green Blue C M Y K H S L
Decimal 19 70 29 0.73 0 0.59 0.73 131.76 0.57 0.17
Hex 13 46 1D 49 0 3B 49 84 39 11
Octal 23 106 35 111 0 73 111 204 71 21
Binary 10011 1000110 11101 1001001 0 111011 1001001 10000100 111001 10001

Color Harmonies of #13461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13461D

Black with #13461D

Text Example


Text Example

White with #13461D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13461D; }

 p { color: rgb(19,70,29); }

 H1.HeaderClassName
 {
   color: #13461D;
 }
 .AnyTagClassName
 {
   color: #13461D;
 }
</style>

background-color css

<style>
 a { background-color: #13461D; }

 a { background-color: rgb(19,70,29); }

 div.DivClassName
 {
   background-color: #13461D;
 }
 .BgClassName
 {
   background-color: #13461D;
 }
</style>

border-color css

<style>
 span { border-color: #13461D; }

 span { border-color: rgb(19,70,29); }

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