#115948

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

Shades of Jewel #115948

Tints of Jewel #115948

Color information

#115948 (or 0x115948) is unknown color: approx Jewel. HEX triplet: 11, 59 and 48. RGB value is (17,89,72). Sum of RGB (Red+Green+Blue) = 17+89+72=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #115948 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115948 is #EEA6B7. Grayscale: #414141. Windows color (decimal): -15640248 or 4741393. OLE color: 4741393.

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

Color convert

RGB178972-
CMYK0.8100.190.65
HSL165.83º67.92%20.78%-
HSV(B)165.83º80.9%34.9%-
XYZ4.977.737.36-
YUV65.53131.6593.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.55%
GREEN value IS 89 (35.16% from 255) = 50%
BLUE value IS 72 (28.52% from 255) = 40.45%
R=9.55%
G=50%
B=40.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1789720.8100.190.65165.8367.9220.78
Hex1159485101341a64415
Octal2113111012102310124610425
Binary10001101100110010001010001010011100000110100110100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115948; }

 p { color: rgb(17,89,72); }

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

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

 a { background-color: rgb(17,89,72); }

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

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

 span { border-color: rgb(17,89,72); }

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