#116047

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

Shades of Jewel #116047

Tints of Jewel #116047

Color information

#116047 (or 0x116047) is unknown color: approx Jewel. HEX triplet: 11, 60 and 47. RGB value is (17,96,71). Sum of RGB (Red+Green+Blue) = 17+96+71=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #116047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116047 is #EE9FB8. Grayscale: #454545. Windows color (decimal): -15638457 or 4677649. OLE color: 4677649.

HSL color Cylindrical-coordinate representation of color #116047: hue angle of 161.01º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #116047 is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB179671-
CMYK0.8200.260.62
HSL161.01º69.91%22.16%-
HSV(B)161.01º82.29%37.65%-
XYZ5.558.947.39-
YUV69.53128.8390.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.24%
GREEN value IS 96 (37.89% from 255) = 52.17%
BLUE value IS 71 (28.12% from 255) = 38.59%
R=9.24%
G=52.17%
B=38.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1796710.8200.260.62161.0169.9122.16
Hex1160475201A3Ea14616
Octal211401071220327624110626
Binary1000111000001000111101001001101011111010100001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116047; }

 p { color: rgb(17,96,71); }

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

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

 a { background-color: rgb(17,96,71); }

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

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

 span { border-color: rgb(17,96,71); }

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