#116144

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

Shades of Jewel #116144

Tints of Jewel #116144

Color information

#116144 (or 0x116144) is unknown color: approx Jewel. HEX triplet: 11, 61 and 44. RGB value is (17,97,68). Sum of RGB (Red+Green+Blue) = 17+97+68=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 97 (38.28% from 255 or 53.30% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 97 - color contains mainly: green. Hex color #116144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116144 is #EE9EBB. Grayscale: #454545. Windows color (decimal): -15638204 or 4481297. OLE color: 4481297.

HSL color Cylindrical-coordinate representation of color #116144: hue angle of 158.25º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #116144 is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB179768-
CMYK0.8200.300.62
HSL158.25º70.18%22.35%-
HSV(B)158.25º82.47%38.04%-
XYZ5.559.096.93-
YUV69.7712790.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.34%
GREEN value IS 97 (38.28% from 255) = 53.30%
BLUE value IS 68 (26.95% from 255) = 37.36%
R=9.34%
G=53.30%
B=37.36%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1797680.8200.300.62158.2570.1822.35
Hex1161445201E3E9e4616
Octal211411041220367623610626
Binary1000111000011000100101001001111011111010011110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116144; }

 p { color: rgb(17,97,68); }

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

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

 a { background-color: rgb(17,97,68); }

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

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

 span { border-color: rgb(17,97,68); }

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