#116342

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

Shades of Jewel #116342

Tints of Jewel #116342

Color information

#116342 (or 0x116342) is unknown color: approx Jewel. HEX triplet: 11, 63 and 42. RGB value is (17,99,66). Sum of RGB (Red+Green+Blue) = 17+99+66=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 99 (39.06% from 255 or 54.40% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 99 - color contains mainly: green. Hex color #116342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116342 is #EE9CBD. Grayscale: #464646. Windows color (decimal): -15637694 or 4350737. OLE color: 4350737.

HSL color Cylindrical-coordinate representation of color #116342: hue angle of 155.85º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116342 is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB179966-
CMYK0.8300.330.61
HSL155.85º70.69%22.75%-
HSV(B)155.85º82.83%38.82%-
XYZ5.689.446.68-
YUV70.72125.3389.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.34%
GREEN value IS 99 (39.06% from 255) = 54.40%
BLUE value IS 66 (26.17% from 255) = 36.26%
R=9.34%
G=54.40%
B=36.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1799660.8300.330.61155.8570.6922.75
Hex116342530213D9c4717
Octal211431021230417523410727
Binary10001110001110000101010011010000111110110011100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116342; }

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

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

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

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

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

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

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

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