#116348

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

Shades of Jewel #116348

Tints of Jewel #116348

Color information

#116348 (or 0x116348) is unknown color: approx Jewel. HEX triplet: 11, 63 and 48. RGB value is (17,99,72). Sum of RGB (Red+Green+Blue) = 17+99+72=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 99 (39.06% from 255 or 52.66% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 99 - color contains mainly: green. Hex color #116348 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116348 is #EE9CB7. Grayscale: #474747. Windows color (decimal): -15637688 or 4743953. OLE color: 4743953.

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

Color convert

RGB179972-
CMYK0.8300.270.61
HSL160.24º70.69%22.75%-
HSV(B)160.24º82.83%38.82%-
XYZ5.869.517.66-
YUV71.4128.3389.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.04%
GREEN value IS 99 (39.06% from 255) = 52.66%
BLUE value IS 72 (28.52% from 255) = 38.30%
R=9.04%
G=52.66%
B=38.30%

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
Decimal1799720.8300.270.61160.2470.6922.75
Hex1163485301B3Da04717
Octal211431101230337524010727
Binary1000111000111001000101001101101111110110100000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116348; }

 p { color: rgb(17,99,72); }

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

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

 a { background-color: rgb(17,99,72); }

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

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

 span { border-color: rgb(17,99,72); }

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