#116346

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

Shades of Jewel #116346

Tints of Jewel #116346

Color information

#116346 (or 0x116346) is unknown color: approx Jewel. HEX triplet: 11, 63 and 46. RGB value is (17,99,70). Sum of RGB (Red+Green+Blue) = 17+99+70=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 99 (39.06% from 255 or 53.23% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 99 - color contains mainly: green. Hex color #116346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116346 is #EE9CB9. Grayscale: #474747. Windows color (decimal): -15637690 or 4612881. OLE color: 4612881.

HSL color Cylindrical-coordinate representation of color #116346: hue angle of 158.78º 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 #116346 is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB179970-
CMYK0.8300.290.61
HSL158.78º70.69%22.75%-
HSV(B)158.78º82.83%38.82%-
XYZ5.89.497.32-
YUV71.18127.3389.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.14%
GREEN value IS 99 (39.06% from 255) = 53.23%
BLUE value IS 70 (27.73% from 255) = 37.63%
R=9.14%
G=53.23%
B=37.63%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1799700.8300.290.61158.7870.6922.75
Hex1163465301D3D9f4717
Octal211431061230357523710727
Binary1000111000111000110101001101110111110110011111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116346; }

 p { color: rgb(17,99,70); }

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

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

 a { background-color: rgb(17,99,70); }

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

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

 span { border-color: rgb(17,99,70); }

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