#115B49

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

Shades of Jewel #115B49

Tints of Jewel #115B49

Color information

#115B49 (or 0x115B49) is unknown color: approx Jewel. HEX triplet: 11, 5B and 49. RGB value is (17,91,73). Sum of RGB (Red+Green+Blue) = 17+91+73=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 91 (35.94% from 255 or 50.28% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 91 - color contains mainly: green. Hex color #115B49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115B49 is #EEA4B6. Grayscale: #424242. Windows color (decimal): -15639735 or 4807441. OLE color: 4807441.

HSL color Cylindrical-coordinate representation of color #115B49: hue angle of 165.41º 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 #115B49 is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB179173-
CMYK0.8100.200.64
HSL165.41º68.52%21.18%-
HSV(B)165.41º81.32%35.69%-
XYZ5.178.087.59-
YUV66.82131.4892.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.39%
GREEN value IS 91 (35.94% from 255) = 50.28%
BLUE value IS 73 (28.91% from 255) = 40.33%
R=9.39%
G=50.28%
B=40.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1791730.8100.200.64165.4168.5221.18
Hex115B495101440a54515
Octal2113311112102410024510525
Binary10001101101110010011010001010100100000010100101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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