Html Css Color HEX #13491D Deep Fir

📋 copy color: '#13491D'

red 19 ◦ green 73 ◦ blue 29

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

Shades of Deep Fir #13491D

Tints of Deep Fir #13491D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 60.33%

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

R = 15.7%
G = 60.33%
B = 23.97%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#13491D (or 0x13491D) is known color: Deep Fir. HEX triplet: 13, 49 and 1D. RGB value is (19,73,29). Sum of RGB (Red+Green+Blue) = 19+73+29=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 73 (28.91% from 255 or 60.33% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 73 - color contains mainly: green. Hex color #13491D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13491D is #ECB6E2. Grayscale: #333333. Windows color (decimal): -15513315 or 1919251. OLE color: 1919251.

HSL color Cylindrical-coordinate representation of color #13491D: hue angle of 131.11º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13491D is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 73 29 -
CMYK 0.74 0 0.60 0.71
HSL 131.11º 0.59% 0.18% -
HSV(B) 131.11º 0.74% 0.29% -
XYZ 2.87 4.99 1.97 -
YUV 51.84 115.11 104.58 -
System Red Green Blue C M Y K H S L
Decimal 19 73 29 0.74 0 0.60 0.71 131.11 0.59 0.18
Hex 13 49 1D 4A 0 3C 47 83 3B 12
Octal 23 111 35 112 0 74 107 203 73 22
Binary 10011 1001001 11101 1001010 0 111100 1000111 10000011 111011 10010

Color Harmonies of #13491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13491D

Black with #13491D

Text Example


Text Example

White with #13491D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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