Html Css Color HEX #13471C Deep Fir

📋 copy color: '#13471C'

red 19 ◦ green 71 ◦ blue 28

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

Shades of Deep Fir #13471C

Tints of Deep Fir #13471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 23.73%

R = 16.1%
G = 60.17%
B = 23.73%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#13471C (or 0x13471C) is known color: Deep Fir. HEX triplet: 13, 47 and 1C. RGB value is (19,71,28). Sum of RGB (Red+Green+Blue) = 19+71+28=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 71 (28.12% from 255 or 60.17% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 71 - color contains mainly: green. Hex color #13471C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13471C is #ECB8E3. Grayscale: #323232. Windows color (decimal): -15513828 or 1853203. OLE color: 1853203.

HSL color Cylindrical-coordinate representation of color #13471C: hue angle of 130.38º 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 #13471C is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 71 28 -
CMYK 0.73 0 0.61 0.72
HSL 130.38º 0.58% 0.18% -
HSV(B) 130.38º 0.73% 0.28% -
XYZ 2.73 4.73 1.87 -
YUV 50.55 115.27 105.5 -
System Red Green Blue C M Y K H S L
Decimal 19 71 28 0.73 0 0.61 0.72 130.38 0.58 0.18
Hex 13 47 1C 49 0 3D 48 82 3A 12
Octal 23 107 34 111 0 75 110 202 72 22
Binary 10011 1000111 11100 1001001 0 111101 1001000 10000010 111010 10010

Color Harmonies of #13471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13471C

Black with #13471C

Text Example


Text Example

White with #13471C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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