#116149

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

Shades of Jewel #116149

Tints of Jewel #116149

Color information

#116149 (or 0x116149) is unknown color: approx Jewel. HEX triplet: 11, 61 and 49. RGB value is (17,97,73). Sum of RGB (Red+Green+Blue) = 17+97+73=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #116149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116149 is #EE9EB6. Grayscale: #464646. Windows color (decimal): -15638199 or 4808977. OLE color: 4808977.

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

Color convert

RGB179773-
CMYK0.8200.250.62
HSL162º70.18%22.35%-
HSV(B)162º82.47%38.04%-
XYZ5.719.157.77-
YUV70.34129.589.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.09%
GREEN value IS 97 (38.28% from 255) = 51.87%
BLUE value IS 73 (28.91% from 255) = 39.04%
R=9.09%
G=51.87%
B=39.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1797730.8200.250.6216270.1822.35
Hex116149520193Ea24616
Octal211411111220317624210626
Binary1000111000011001001101001001100111111010100010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116149; }

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

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

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

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

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

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

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

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