Html Css Color HEX #13701E San Felix

📋 copy color: '#13701E'

red 19 ◦ green 112 ◦ blue 30

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

Shades of San Felix #13701E

Tints of San Felix #13701E

RGB

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

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

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

R = 11.8%
G = 69.57%
B = 18.63%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#13701E (or 0x13701E) is known color: San Felix. HEX triplet: 13, 70 and 1E. RGB value is (19,112,30). Sum of RGB (Red+Green+Blue) = 19+112+30=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 112 (44.14% from 255 or 69.57% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 112 - color contains mainly: green. Hex color #13701E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13701E is #EC8FE1. Grayscale: #4B4B4B. Windows color (decimal): -15503330 or 1994771. OLE color: 1994771.

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

Color convert

RGB 19 112 30 -
CMYK 0.83 0 0.73 0.56
HSL 127.1º 0.71% 0.26% -
HSV(B) 127.1º 0.83% 0.44% -
XYZ 6.3 11.82 3.18 -
YUV 74.85 102.69 88.17 -
System Red Green Blue C M Y K H S L
Decimal 19 112 30 0.83 0 0.73 0.56 127.1 0.71 0.26
Hex 13 70 1E 53 0 49 38 7F 47 1A
Octal 23 160 36 123 0 111 70 177 107 32
Binary 10011 1110000 11110 1010011 0 1001001 111000 1111111 1000111 11010

Color Harmonies of #13701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13701E

Black with #13701E

Text Example


Text Example

White with #13701E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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