#13711E

Color #13711E San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #13711E

Tints of San Felix #13711E

Color information

#13711E (or 0x13711E) is unknown color: approx 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

RGB1911330-
CMYK0.8300.730.56
HSL127.02º71.21%25.88%-
HSV(B)127.02º83.19%44.31%-
XYZ6.4112.043.21-
YUV75.43102.3687.75-

RGB Variations

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

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 (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19113300.8300.730.56127.0271.2125.88
Hex13711E53049387f471a
Octal231613612301117017710732
Binary100111110001111101010011010010011110001111111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13711E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>