#115B42

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

Shades of Jewel #115B42

Tints of Jewel #115B42

Color information

#115B42 (or 0x115B42) is unknown color: approx Jewel. HEX triplet: 11, 5B and 42. RGB value is (17,91,66). Sum of RGB (Red+Green+Blue) = 17+91+66=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 91 (35.94% from 255 or 52.30% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 91 - color contains mainly: green. Hex color #115B42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115B42 is #EEA4BD. Grayscale: #424242. Windows color (decimal): -15639742 or 4348689. OLE color: 4348689.

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

Color convert

RGB179166-
CMYK0.8100.270.64
HSL159.73º68.52%21.18%-
HSV(B)159.73º81.32%35.69%-
XYZ4.967.996.44-
YUV66.02127.9893.03-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.77%
GREEN value IS 91 (35.94% from 255) = 52.30%
BLUE value IS 66 (26.17% from 255) = 37.93%
R=9.77%
G=52.30%
B=37.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1791660.8100.270.64159.7368.5221.18
Hex115B425101B40a04515
Octal2113310212103310024010525
Binary10001101101110000101010001011011100000010100000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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