Html Css Color HEX #13461C Deep Fir

📋 copy color: '#13461C'

red 19 ◦ green 70 ◦ blue 28

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

Shades of Deep Fir #13461C

Tints of Deep Fir #13461C

RGB

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

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

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

R = 16.24%
G = 59.83%
B = 23.93%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#13461C (or 0x13461C) is known color: Deep Fir. HEX triplet: 13, 46 and 1C. RGB value is (19,70,28). Sum of RGB (Red+Green+Blue) = 19+70+28=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 70 (27.73% from 255 or 59.83% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 70 - color contains mainly: green. Hex color #13461C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13461C is #ECB9E3. Grayscale: #323232. Windows color (decimal): -15514084 or 1852947. OLE color: 1852947.

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

Color convert

RGB 19 70 28 -
CMYK 0.73 0 0.60 0.73
HSL 130.59º 0.57% 0.17% -
HSV(B) 130.59º 0.73% 0.27% -
XYZ 2.67 4.6 1.85 -
YUV 49.96 115.6 105.92 -
System Red Green Blue C M Y K H S L
Decimal 19 70 28 0.73 0 0.60 0.73 130.59 0.57 0.17
Hex 13 46 1C 49 0 3C 49 83 39 11
Octal 23 106 34 111 0 74 111 203 71 21
Binary 10011 1000110 11100 1001001 0 111100 1001001 10000011 111001 10001

Color Harmonies of #13461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13461C

Black with #13461C

Text Example


Text Example

White with #13461C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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