#116416

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

Shades of San Felix #116416

Tints of San Felix #116416

Color information

#116416 (or 0x116416) is unknown color: approx San Felix. HEX triplet: 11, 64 and 16. RGB value is (17,100,22). Sum of RGB (Red+Green+Blue) = 17+100+22=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 100 (39.45% from 255 or 71.94% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 100 - color contains mainly: green. Hex color #116416 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116416 is #EE9BE9. Grayscale: #424242. Windows color (decimal): -15637482 or 1467409. OLE color: 1467409.

HSL color Cylindrical-coordinate representation of color #116416: hue angle of 123.61º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116416 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB1710022-
CMYK0.8300.780.61
HSL123.61º70.94%22.94%-
HSV(B)123.61º83%39.22%-
XYZ4.939.292.29-
YUV66.2910392.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.23%
GREEN value IS 100 (39.45% from 255) = 71.94%
BLUE value IS 22 (8.98% from 255) = 15.83%
R=12.23%
G=71.94%
B=15.83%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal17100220.8300.780.61123.6170.9422.94
Hex1164165304E3D7c4717
Octal211442612301167517410727
Binary100011100100101101010011010011101111011111100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116416; }

 p { color: rgb(17,100,22); }

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

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

 a { background-color: rgb(17,100,22); }

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

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

 span { border-color: rgb(17,100,22); }

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