#115D45

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

Shades of Jewel #115D45

Tints of Jewel #115D45

Color information

#115D45 (or 0x115D45) is unknown color: approx Jewel. HEX triplet: 11, 5D and 45. RGB value is (17,93,69). Sum of RGB (Red+Green+Blue) = 17+93+69=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 93 (36.72% from 255 or 51.96% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 93 - color contains mainly: green. Hex color #115D45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115D45 is #EEA2BA. Grayscale: #434343. Windows color (decimal): -15639227 or 4545809. OLE color: 4545809.

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

Color convert

RGB179369-
CMYK0.8200.260.64
HSL161.05º69.09%21.57%-
HSV(B)161.05º81.72%36.47%-
XYZ5.228.386.97-
YUV67.54128.8291.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.50%
GREEN value IS 93 (36.72% from 255) = 51.96%
BLUE value IS 69 (27.34% from 255) = 38.55%
R=9.50%
G=51.96%
B=38.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1793690.8200.260.64161.0569.0921.57
Hex115D455201A40a14516
Octal2113510512203210024110526
Binary10001101110110001011010010011010100000010100001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,93,69); }

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

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

 a { background-color: rgb(17,93,69); }

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

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

 span { border-color: rgb(17,93,69); }

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