#105846

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

Shades of Jewel #105846

Tints of Jewel #105846

Color information

#105846 (or 0x105846) is unknown color: approx Jewel. HEX triplet: 10, 58 and 46. RGB value is (16,88,70). Sum of RGB (Red+Green+Blue) = 16+88+70=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 88 (34.77% from 255 or 50.57% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 88 - color contains mainly: green. Hex color #105846 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105846 is #EFA7B9. Grayscale: #404040. Windows color (decimal): -15706042 or 4610064. OLE color: 4610064.

HSL color Cylindrical-coordinate representation of color #105846: hue angle of 165º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105846 is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB168870-
CMYK0.8200.200.65
HSL165º69.23%20.39%-
HSV(B)165º81.82%34.51%-
XYZ4.817.536.99-
YUV64.42131.1593.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.20%
GREEN value IS 88 (34.77% from 255) = 50.57%
BLUE value IS 70 (27.73% from 255) = 40.23%
R=9.20%
G=50.57%
B=40.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1688700.8200.200.6516569.2320.39
Hex1058465201441a54514
Octal2013010612202410124510524
Binary10000101100010001101010010010100100000110100101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105846; }

 p { color: rgb(16,88,70); }

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

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

 a { background-color: rgb(16,88,70); }

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

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

 span { border-color: rgb(16,88,70); }

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