#116449

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

Shades of Jewel #116449

Tints of Jewel #116449

Color information

#116449 (or 0x116449) is unknown color: approx Jewel. HEX triplet: 11, 64 and 49. RGB value is (17,100,73). Sum of RGB (Red+Green+Blue) = 17+100+73=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 100 (39.45% from 255 or 52.63% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 100 - color contains mainly: green. Hex color #116449 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116449 is #EE9BB6. Grayscale: #484848. Windows color (decimal): -15637431 or 4809745. OLE color: 4809745.

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

Color convert

RGB1710073-
CMYK0.8300.270.61
HSL160.48º70.94%22.94%-
HSV(B)160.48º83%39.22%-
XYZ5.999.717.86-
YUV72.1128.588.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.95%
GREEN value IS 100 (39.45% from 255) = 52.63%
BLUE value IS 73 (28.91% from 255) = 38.42%
R=8.95%
G=52.63%
B=38.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal17100730.8300.270.61160.4870.9422.94
Hex1164495301B3Da04717
Octal211441111230337524010727
Binary1000111001001001001101001101101111110110100000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116449; }

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

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

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

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

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

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

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

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