Html Css Color HEX #13461E Deep Fir

📋 copy color: '#13461E'

red 19 ◦ green 70 ◦ blue 30

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

Shades of Deep Fir #13461E

Tints of Deep Fir #13461E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 25.21%

R = 15.97%
G = 58.82%
B = 25.21%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#13461E (or 0x13461E) is known color: Deep Fir. HEX triplet: 13, 46 and 1E. RGB value is (19,70,30). Sum of RGB (Red+Green+Blue) = 19+70+30=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 70 (27.73% from 255 or 58.82% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 70 - color contains mainly: green. Hex color #13461E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13461E is #ECB9E1. Grayscale: #323232. Windows color (decimal): -15514082 or 1984019. OLE color: 1984019.

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

Color convert

RGB 19 70 30 -
CMYK 0.73 0 0.57 0.73
HSL 132.94º 0.57% 0.17% -
HSV(B) 132.94º 0.73% 0.27% -
XYZ 2.69 4.61 1.98 -
YUV 50.19 116.6 105.75 -
System Red Green Blue C M Y K H S L
Decimal 19 70 30 0.73 0 0.57 0.73 132.94 0.57 0.17
Hex 13 46 1E 49 0 39 49 85 39 11
Octal 23 106 36 111 0 71 111 205 71 21
Binary 10011 1000110 11110 1001001 0 111001 1001001 10000101 111001 10001

Color Harmonies of #13461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13461E

Black with #13461E

Text Example


Text Example

White with #13461E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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