Html Css Color HEX #13431D Deep Fir

📋 copy color: '#13431D'

red 19 ◦ green 67 ◦ blue 29

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

Shades of Deep Fir #13431D

Tints of Deep Fir #13431D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 58.26%

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

R = 16.52%
G = 58.26%
B = 25.22%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.57

 K value IS 0.74

RGB Variations

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

Color information

#13431D (or 0x13431D) is known color: Deep Fir. HEX triplet: 13, 43 and 1D. RGB value is (19,67,29). Sum of RGB (Red+Green+Blue) = 19+67+29=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 67 (26.56% from 255 or 58.26% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 67 - color contains mainly: green. Hex color #13431D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13431D is #ECBCE2. Grayscale: #303030. Windows color (decimal): -15514851 or 1917715. OLE color: 1917715.

HSL color Cylindrical-coordinate representation of color #13431D: hue angle of 132.5º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #13431D is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 67 29 -
CMYK 0.72 0 0.57 0.74
HSL 132.5º 0.56% 0.17% -
HSV(B) 132.5º 0.72% 0.26% -
XYZ 2.5 4.24 1.85 -
YUV 48.32 117.1 107.09 -
System Red Green Blue C M Y K H S L
Decimal 19 67 29 0.72 0 0.57 0.74 132.5 0.56 0.17
Hex 13 43 1D 48 0 39 4A 84 38 11
Octal 23 103 35 110 0 71 112 204 70 21
Binary 10011 1000011 11101 1001000 0 111001 1001010 10000100 111000 10001

Color Harmonies of #13431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13431D

Black with #13431D

Text Example


Text Example

White with #13431D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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