#116141

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

Shades of Jewel #116141

Tints of Jewel #116141

Color information

#116141 (or 0x116141) is unknown color: approx Jewel. HEX triplet: 11, 61 and 41. RGB value is (17,97,65). Sum of RGB (Red+Green+Blue) = 17+97+65=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 97 (38.28% from 255 or 54.19% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 97 - color contains mainly: green. Hex color #116141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116141 is #EE9EBE. Grayscale: #454545. Windows color (decimal): -15638207 or 4284689. OLE color: 4284689.

HSL color Cylindrical-coordinate representation of color #116141: hue angle of 156º 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 #116141 is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB179765-
CMYK0.8200.330.62
HSL156º70.18%22.35%-
HSV(B)156º82.47%38.04%-
XYZ5.469.056.46-
YUV69.43125.590.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.50%
GREEN value IS 97 (38.28% from 255) = 54.19%
BLUE value IS 65 (25.78% from 255) = 36.31%
R=9.50%
G=54.19%
B=36.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1797650.8200.330.6215670.1822.35
Hex116141520213E9c4616
Octal211411011220417623410626
Binary10001110000110000011010010010000111111010011100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116141; }

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

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

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

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

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

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

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

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