#116046

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

Shades of Jewel #116046

Tints of Jewel #116046

Color information

#116046 (or 0x116046) is unknown color: approx Jewel. HEX triplet: 11, 60 and 46. RGB value is (17,96,70). Sum of RGB (Red+Green+Blue) = 17+96+70=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #116046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116046 is #EE9FB9. Grayscale: #454545. Windows color (decimal): -15638458 or 4612113. OLE color: 4612113.

HSL color Cylindrical-coordinate representation of color #116046: hue angle of 160.25º 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 #116046 is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB179670-
CMYK0.8200.270.62
HSL160.25º69.91%22.16%-
HSV(B)160.25º82.29%37.65%-
XYZ5.528.937.23-
YUV69.41128.3390.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.29%
GREEN value IS 96 (37.89% from 255) = 52.46%
BLUE value IS 70 (27.73% from 255) = 38.25%
R=9.29%
G=52.46%
B=38.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1796700.8200.270.62160.2569.9122.16
Hex1160465201B3Ea04616
Octal211401061220337624010626
Binary1000111000001000110101001001101111111010100000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116046; }

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

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

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

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

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

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

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

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