Html Css Color HEX #13711E San Felix

📋 copy color: '#13711E'

red 19 ◦ green 113 ◦ blue 30

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

Shades of San Felix #13711E

Tints of San Felix #13711E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 69.75%

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

R = 11.73%
G = 69.75%
B = 18.52%

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

#13711E (or 0x13711E) is known color: San Felix. HEX triplet: 13, 71 and 1E. RGB value is (19,113,30). Sum of RGB (Red+Green+Blue) = 19+113+30=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 113 (44.53% from 255 or 69.75% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 113 - color contains mainly: green. Hex color #13711E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13711E is #EC8EE1. Grayscale: #4B4B4B. Windows color (decimal): -15503074 or 1995027. OLE color: 1995027.

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

Color convert

RGB 19 113 30 -
CMYK 0.83 0 0.73 0.56
HSL 127.02º 0.71% 0.26% -
HSV(B) 127.02º 0.83% 0.44% -
XYZ 6.41 12.04 3.21 -
YUV 75.43 102.36 87.75 -
System Red Green Blue C M Y K H S L
Decimal 19 113 30 0.83 0 0.73 0.56 127.02 0.71 0.26
Hex 13 71 1E 53 0 49 38 7F 47 1A
Octal 23 161 36 123 0 111 70 177 107 32
Binary 10011 1110001 11110 1010011 0 1001001 111000 1111111 1000111 11010

Color Harmonies of #13711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13711E

Black with #13711E

Text Example


Text Example

White with #13711E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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