#116543

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

Shades of Jewel #116543

Tints of Jewel #116543

Color information

#116543 (or 0x116543) is unknown color: approx Jewel. HEX triplet: 11, 65 and 43. RGB value is (17,101,67). Sum of RGB (Red+Green+Blue) = 17+101+67=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 101 (39.84% from 255 or 54.59% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 101 - color contains mainly: green. Hex color #116543 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116543 is #EE9ABC. Grayscale: #484848. Windows color (decimal): -15637181 or 4416785. OLE color: 4416785.

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

Color convert

RGB1710167-
CMYK0.8300.340.60
HSL155.71º71.19%23.14%-
HSV(B)155.71º83.17%39.61%-
XYZ5.99.836.9-
YUV72.01125.1788.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.19%
GREEN value IS 101 (39.84% from 255) = 54.59%
BLUE value IS 67 (26.56% from 255) = 36.22%
R=9.19%
G=54.59%
B=36.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal17101670.8300.340.60155.7171.1923.14
Hex116543530223C9c4717
Octal211451031230427423410727
Binary10001110010110000111010011010001011110010011100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116543; }

 p { color: rgb(17,101,67); }

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

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

 a { background-color: rgb(17,101,67); }

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

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

 span { border-color: rgb(17,101,67); }

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