#115A47

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

Shades of Jewel #115A47

Tints of Jewel #115A47

Color information

#115A47 (or 0x115A47) is unknown color: approx Jewel. HEX triplet: 11, 5A and 47. RGB value is (17,90,71). Sum of RGB (Red+Green+Blue) = 17+90+71=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 90 (35.55% from 255 or 50.56% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 90 - color contains mainly: green. Hex color #115A47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115A47 is #EEA5B8. Grayscale: #424242. Windows color (decimal): -15639993 or 4676113. OLE color: 4676113.

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

Color convert

RGB179071-
CMYK0.8100.210.65
HSL164.38º68.22%20.98%-
HSV(B)164.38º81.11%35.29%-
XYZ5.027.897.22-
YUV66.01130.8293.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.55%
GREEN value IS 90 (35.55% from 255) = 50.56%
BLUE value IS 71 (28.12% from 255) = 39.89%
R=9.55%
G=50.56%
B=39.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1790710.8100.210.65164.3868.2220.98
Hex115A475101541a44415
Octal2113210712102510124410425
Binary10001101101010001111010001010101100000110100100100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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