#11701E

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

Shades of San Felix #11701E

Tints of San Felix #11701E

Color information

#11701E (or 0x11701E) is unknown color: approx San Felix. HEX triplet: 11, 70 and 1E. RGB value is (17,112,30). Sum of RGB (Red+Green+Blue) = 17+112+30=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 112 (44.14% from 255 or 70.44% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 112 - color contains mainly: green. Hex color #11701E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11701E is #EE8FE1. Grayscale: #4A4A4A. Windows color (decimal): -15634402 or 1994769. OLE color: 1994769.

HSL color Cylindrical-coordinate representation of color #11701E: hue angle of 128.21º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11701E is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1711230-
CMYK0.8500.730.56
HSL128.21º73.64%25.29%-
HSV(B)128.21º84.82%43.92%-
XYZ6.2611.83.18-
YUV74.25103.0387.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.69%
GREEN value IS 112 (44.14% from 255) = 70.44%
BLUE value IS 30 (12.11% from 255) = 18.87%
R=10.69%
G=70.44%
B=18.87%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17112300.8500.730.56128.2173.6425.29
Hex11701E5504938804a19
Octal211603612501117020011231
Binary1000111100001111010101010100100111100010000000100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11701E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #11701E;
 }
 .AnyTagClassName
 {
   color: #11701E;
 }
</style>
background-color css

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

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

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

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

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

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