#115B41

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

Shades of Jewel #115B41

Tints of Jewel #115B41

Color information

#115B41 (or 0x115B41) is unknown color: approx Jewel. HEX triplet: 11, 5B and 41. RGB value is (17,91,65). Sum of RGB (Red+Green+Blue) = 17+91+65=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 91 (35.94% from 255 or 52.60% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 91 - color contains mainly: green. Hex color #115B41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115B41 is #EEA4BE. Grayscale: #414141. Windows color (decimal): -15639743 or 4283153. OLE color: 4283153.

HSL color Cylindrical-coordinate representation of color #115B41: hue angle of 158.92º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115B41 is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB179165-
CMYK0.8100.290.64
HSL158.92º68.52%21.18%-
HSV(B)158.92º81.32%35.69%-
XYZ4.937.986.28-
YUV65.91127.4893.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.83%
GREEN value IS 91 (35.94% from 255) = 52.60%
BLUE value IS 65 (25.78% from 255) = 37.57%
R=9.83%
G=52.60%
B=37.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1791650.8100.290.64158.9268.5221.18
Hex115B415101D409f4515
Octal2113310112103510023710525
Binary10001101101110000011010001011101100000010011111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115B41; }

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

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

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

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

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

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

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

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