#115A49

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

Shades of Jewel #115A49

Tints of Jewel #115A49

Color information

#115A49 (or 0x115A49) is unknown color: approx Jewel. HEX triplet: 11, 5A and 49. RGB value is (17,90,73). Sum of RGB (Red+Green+Blue) = 17+90+73=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 90 (35.55% from 255 or 50% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 90 - color contains mainly: green. Hex color #115A49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115A49 is #EEA5B6. Grayscale: #424242. Windows color (decimal): -15639991 or 4807185. OLE color: 4807185.

HSL color Cylindrical-coordinate representation of color #115A49: hue angle of 166.03º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115A49 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB179073-
CMYK0.8100.190.65
HSL166.03º68.22%20.98%-
HSV(B)166.03º81.11%35.29%-
XYZ5.097.917.56-
YUV66.24131.8292.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.44%
GREEN value IS 90 (35.55% from 255) = 50%
BLUE value IS 73 (28.91% from 255) = 40.56%
R=9.44%
G=50%
B=40.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1790730.8100.190.65166.0368.2220.98
Hex115A495101341a64415
Octal2113211112102310124610425
Binary10001101101010010011010001010011100000110100110100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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