#116819

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

Shades of San Felix #116819

Tints of San Felix #116819

Color information

#116819 (or 0x116819) is unknown color: approx San Felix. HEX triplet: 11, 68 and 19. RGB value is (17,104,25). Sum of RGB (Red+Green+Blue) = 17+104+25=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 104 (41.02% from 255 or 71.23% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 104 - color contains mainly: green. Hex color #116819 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116819 is #EE97E6. Grayscale: #454545. Windows color (decimal): -15636455 or 1665041. OLE color: 1665041.

HSL color Cylindrical-coordinate representation of color #116819: hue angle of 125.52º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116819 is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB1710425-
CMYK0.8400.760.59
HSL125.52º71.9%23.73%-
HSV(B)125.52º83.65%40.78%-
XYZ5.3610.092.58-
YUV68.98103.1890.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.64%
GREEN value IS 104 (41.02% from 255) = 71.23%
BLUE value IS 25 (10.16% from 255) = 17.12%
R=11.64%
G=71.23%
B=17.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17104250.8400.760.59125.5271.923.73
Hex1168195404C3B7e4818
Octal211503112401147317611030
Binary100011101000110011010100010011001110111111110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116819; }

 p { color: rgb(17,104,25); }

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

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

 a { background-color: rgb(17,104,25); }

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

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

 span { border-color: rgb(17,104,25); }

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