#115E42

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

Shades of Jewel #115E42

Tints of Jewel #115E42

Color information

#115E42 (or 0x115E42) is unknown color: approx Jewel. HEX triplet: 11, 5E and 42. RGB value is (17,94,66). Sum of RGB (Red+Green+Blue) = 17+94+66=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 94 (37.11% from 255 or 53.11% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 94 - color contains mainly: green. Hex color #115E42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115E42 is #EEA1BD. Grayscale: #434343. Windows color (decimal): -15638974 or 4349457. OLE color: 4349457.

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

Color convert

RGB179466-
CMYK0.8200.300.63
HSL158.18º69.37%21.76%-
HSV(B)158.18º81.91%36.86%-
XYZ5.228.526.52-
YUV67.78126.9991.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.60%
GREEN value IS 94 (37.11% from 255) = 53.11%
BLUE value IS 66 (26.17% from 255) = 37.29%
R=9.60%
G=53.11%
B=37.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1794660.8200.300.63158.1869.3721.76
Hex115E425201E3F9e4516
Octal211361021220367723610526
Binary1000110111101000010101001001111011111110011110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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