Html Css Color HEX #13471D Deep Fir

📋 copy color: '#13471D'

red 19 ◦ green 71 ◦ blue 29

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

Shades of Deep Fir #13471D

Tints of Deep Fir #13471D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 59.66%

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

R = 15.97%
G = 59.66%
B = 24.37%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#13471D (or 0x13471D) is known color: Deep Fir. HEX triplet: 13, 47 and 1D. RGB value is (19,71,29). Sum of RGB (Red+Green+Blue) = 19+71+29=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 71 (28.12% from 255 or 59.66% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 71 - color contains mainly: green. Hex color #13471D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13471D is #ECB8E2. Grayscale: #323232. Windows color (decimal): -15513827 or 1918739. OLE color: 1918739.

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

Color convert

RGB 19 71 29 -
CMYK 0.73 0 0.59 0.72
HSL 131.54º 0.58% 0.18% -
HSV(B) 131.54º 0.73% 0.28% -
XYZ 2.74 4.73 1.93 -
YUV 50.66 115.77 105.42 -
System Red Green Blue C M Y K H S L
Decimal 19 71 29 0.73 0 0.59 0.72 131.54 0.58 0.18
Hex 13 47 1D 49 0 3B 48 84 3A 12
Octal 23 107 35 111 0 73 110 204 72 22
Binary 10011 1000111 11101 1001001 0 111011 1001000 10000100 111010 10010

Color Harmonies of #13471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13471D

Black with #13471D

Text Example


Text Example

White with #13471D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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