Html Css Color HEX #13481F Deep Fir

📋 copy color: '#13481F'

red 19 ◦ green 72 ◦ blue 31

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

Shades of Deep Fir #13481F

Tints of Deep Fir #13481F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 59.02%

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

R = 15.57%
G = 59.02%
B = 25.41%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#13481F (or 0x13481F) is known color: Deep Fir. HEX triplet: 13, 48 and 1F. RGB value is (19,72,31). Sum of RGB (Red+Green+Blue) = 19+72+31=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 72 (28.52% from 255 or 59.02% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 72 - color contains mainly: green. Hex color #13481F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13481F is #ECB7E0. Grayscale: #333333. Windows color (decimal): -15513569 or 2050067. OLE color: 2050067.

HSL color Cylindrical-coordinate representation of color #13481F: hue angle of 133.58º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13481F is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 72 31 -
CMYK 0.74 0 0.57 0.72
HSL 133.58º 0.58% 0.18% -
HSV(B) 133.58º 0.74% 0.28% -
XYZ 2.83 4.87 2.09 -
YUV 51.48 116.44 104.83 -
System Red Green Blue C M Y K H S L
Decimal 19 72 31 0.74 0 0.57 0.72 133.58 0.58 0.18
Hex 13 48 1F 4A 0 39 48 86 3A 12
Octal 23 110 37 112 0 71 110 206 72 22
Binary 10011 1001000 11111 1001010 0 111001 1001000 10000110 111010 10010

Color Harmonies of #13481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13481F

Black with #13481F

Text Example


Text Example

White with #13481F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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