Html Css Color HEX #13701F San Felix

📋 copy color: '#13701F'

red 19 ◦ green 112 ◦ blue 31

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

Shades of San Felix #13701F

Tints of San Felix #13701F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 69.14%

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

R = 11.73%
G = 69.14%
B = 19.14%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#13701F (or 0x13701F) is known color: San Felix. HEX triplet: 13, 70 and 1F. RGB value is (19,112,31). Sum of RGB (Red+Green+Blue) = 19+112+31=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 112 (44.14% from 255 or 69.14% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 112 - color contains mainly: green. Hex color #13701F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13701F is #EC8FE0. Grayscale: #4B4B4B. Windows color (decimal): -15503329 or 2060307. OLE color: 2060307.

HSL color Cylindrical-coordinate representation of color #13701F: hue angle of 127.74º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13701F is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 112 31 -
CMYK 0.83 0 0.72 0.56
HSL 127.74º 0.71% 0.26% -
HSV(B) 127.74º 0.83% 0.44% -
XYZ 6.31 11.83 3.25 -
YUV 74.96 103.19 88.09 -
System Red Green Blue C M Y K H S L
Decimal 19 112 31 0.83 0 0.72 0.56 127.74 0.71 0.26
Hex 13 70 1F 53 0 48 38 80 47 1A
Octal 23 160 37 123 0 110 70 200 107 32
Binary 10011 1110000 11111 1010011 0 1001000 111000 10000000 1000111 11010

Color Harmonies of #13701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13701F

Black with #13701F

Text Example


Text Example

White with #13701F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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