#116949

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

Shades of Jewel #116949

Tints of Jewel #116949

Color information

#116949 (or 0x116949) is unknown color: approx Jewel. HEX triplet: 11, 69 and 49. RGB value is (17,105,73). Sum of RGB (Red+Green+Blue) = 17+105+73=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 105 (41.41% from 255 or 53.85% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 105 - color contains mainly: green. Hex color #116949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116949 is #EE96B6. Grayscale: #4B4B4B. Windows color (decimal): -15636151 or 4811025. OLE color: 4811025.

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

Color convert

RGB1710573-
CMYK0.8400.300.59
HSL158.18º72.13%23.92%-
HSV(B)158.18º83.81%41.18%-
XYZ6.4910.78.03-
YUV75.04126.8586.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.72%
GREEN value IS 105 (41.41% from 255) = 53.85%
BLUE value IS 73 (28.91% from 255) = 37.44%
R=8.72%
G=53.85%
B=37.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17105730.8400.300.59158.1872.1323.92
Hex1169495401E3B9e4818
Octal211511111240367323611030
Binary1000111010011001001101010001111011101110011110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116949; }

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

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

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

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

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

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

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

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