#116818

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

Shades of San Felix #116818

Tints of San Felix #116818

Color information

#116818 (or 0x116818) is unknown color: approx San Felix. HEX triplet: 11, 68 and 18. RGB value is (17,104,24). Sum of RGB (Red+Green+Blue) = 17+104+24=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 104 (41.02% from 255 or 71.72% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 104 - color contains mainly: green. Hex color #116818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116818 is #EE97E7. Grayscale: #454545. Windows color (decimal): -15636456 or 1599505. OLE color: 1599505.

HSL color Cylindrical-coordinate representation of color #116818: hue angle of 124.83º 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 #116818 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB1710424-
CMYK0.8400.770.59
HSL124.83º71.9%23.73%-
HSV(B)124.83º83.65%40.78%-
XYZ5.3510.092.53-
YUV68.87102.6891-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.72%
GREEN value IS 104 (41.02% from 255) = 71.72%
BLUE value IS 24 (9.77% from 255) = 16.55%
R=11.72%
G=71.72%
B=16.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17104240.8400.770.59124.8371.923.73
Hex1168185404D3B7d4818
Octal211503012401157317511030
Binary100011101000110001010100010011011110111111101100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116818; }

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

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

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

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

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

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

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

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