Html Css Color HEX #13461F Deep Fir

📋 copy color: '#13461F'

red 19 ◦ green 70 ◦ blue 31

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

Shades of Deep Fir #13461F

Tints of Deep Fir #13461F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 25.83%

R = 15.83%
G = 58.33%
B = 25.83%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#13461F (or 0x13461F) is known color: Deep Fir. HEX triplet: 13, 46 and 1F. RGB value is (19,70,31). Sum of RGB (Red+Green+Blue) = 19+70+31=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 70 (27.73% from 255 or 58.33% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 70 - color contains mainly: green. Hex color #13461F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13461F is #ECB9E0. Grayscale: #323232. Windows color (decimal): -15514081 or 2049555. OLE color: 2049555.

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

Color convert

RGB 19 70 31 -
CMYK 0.73 0 0.56 0.73
HSL 134.12º 0.57% 0.17% -
HSV(B) 134.12º 0.73% 0.27% -
XYZ 2.71 4.62 2.05 -
YUV 50.31 117.1 105.67 -
System Red Green Blue C M Y K H S L
Decimal 19 70 31 0.73 0 0.56 0.73 134.12 0.57 0.17
Hex 13 46 1F 49 0 38 49 86 39 11
Octal 23 106 37 111 0 70 111 206 71 21
Binary 10011 1000110 11111 1001001 0 111000 1001001 10000110 111001 10001

Color Harmonies of #13461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13461F

Black with #13461F

Text Example


Text Example

White with #13461F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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