#115844

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

Shades of Jewel #115844

Tints of Jewel #115844

Color information

#115844 (or 0x115844) is unknown color: approx Jewel. HEX triplet: 11, 58 and 44. RGB value is (17,88,68). Sum of RGB (Red+Green+Blue) = 17+88+68=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 88 (34.77% from 255 or 50.87% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 88 - color contains mainly: green. Hex color #115844 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115844 is #EEA7BB. Grayscale: #404040. Windows color (decimal): -15640508 or 4478993. OLE color: 4478993.

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

Color convert

RGB178868-
CMYK0.8100.230.65
HSL163.1º67.62%20.59%-
HSV(B)163.1º80.68%34.51%-
XYZ4.767.526.67-
YUV64.49129.9894.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.83%
GREEN value IS 88 (34.77% from 255) = 50.87%
BLUE value IS 68 (26.95% from 255) = 39.31%
R=9.83%
G=50.87%
B=39.31%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1788680.8100.230.65163.167.6220.59
Hex1158445101741a34415
Octal2113010412102710124310425
Binary10001101100010001001010001010111100000110100011100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115844; }

 p { color: rgb(17,88,68); }

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

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

 a { background-color: rgb(17,88,68); }

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

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

 span { border-color: rgb(17,88,68); }

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