#116042

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

Shades of Jewel #116042

Tints of Jewel #116042

Color information

#116042 (or 0x116042) is unknown color: approx Jewel. HEX triplet: 11, 60 and 42. RGB value is (17,96,66). Sum of RGB (Red+Green+Blue) = 17+96+66=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #116042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116042 is #EE9FBD. Grayscale: #454545. Windows color (decimal): -15638462 or 4349969. OLE color: 4349969.

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

Color convert

RGB179666-
CMYK0.8200.310.62
HSL157.22º69.91%22.16%-
HSV(B)157.22º82.29%37.65%-
XYZ5.48.886.58-
YUV68.96126.3390.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.50%
GREEN value IS 96 (37.89% from 255) = 53.63%
BLUE value IS 66 (26.17% from 255) = 36.87%
R=9.50%
G=53.63%
B=36.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1796660.8200.310.62157.2269.9122.16
Hex1160425201F3E9d4616
Octal211401021220377623510626
Binary1000111000001000010101001001111111111010011101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116042; }

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

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

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

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

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

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

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

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