#116241

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

Shades of Jewel #116241

Tints of Jewel #116241

Color information

#116241 (or 0x116241) is unknown color: approx Jewel. HEX triplet: 11, 62 and 41. RGB value is (17,98,65). Sum of RGB (Red+Green+Blue) = 17+98+65=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 98 (38.67% from 255 or 54.44% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 98 - color contains mainly: green. Hex color #116241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116241 is #EE9DBE. Grayscale: #464646. Windows color (decimal): -15637951 or 4284945. OLE color: 4284945.

HSL color Cylindrical-coordinate representation of color #116241: hue angle of 155.56º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116241 is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB179865-
CMYK0.8300.340.62
HSL155.56º70.43%22.55%-
HSV(B)155.56º82.65%38.43%-
XYZ5.559.246.49-
YUV70.02125.1690.18-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.44%
GREEN value IS 98 (38.67% from 255) = 54.44%
BLUE value IS 65 (25.78% from 255) = 36.11%
R=9.44%
G=54.44%
B=36.11%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1798650.8300.340.62155.5670.4322.55
Hex116241530223E9c4617
Octal211421011230427623410627
Binary10001110001010000011010011010001011111010011100100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116241; }

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

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

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

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

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

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

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

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